From 67c6ff9b086d90b2dd777a722b26b05daa648479 Mon Sep 17 00:00:00 2001 From: joey Date: Wed, 29 Aug 2007 02:16:45 +0000 Subject: * mercurial: Fix rcs_getctime (thanks, bma) --- t/mercurial.t | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 't/mercurial.t') diff --git a/t/mercurial.t b/t/mercurial.t index 7d6c2eacc..da4e2beaa 100755 --- a/t/mercurial.t +++ b/t/mercurial.t @@ -56,10 +56,7 @@ is($changes[0]{pages}[0]{"page"}, "test2.mdwn"); is($changes[1]{pages}[0]{"page"}, "test1.mdwn"); -TODO: { - local $TODO = "hg behavior change seems to have broken this"; - my $ctime = IkiWiki::rcs_getctime("test2.mdwn"); - is($ctime, 0); -} +my $ctime = IkiWiki::rcs_getctime("test2.mdwn"); +is($ctime, 0); system "rm -rf $dir"; -- cgit v1.2.3