From e0da57358cc778436a5e5af1a2523611eb64f46e Mon Sep 17 00:00:00 2001 From: joey Date: Mon, 9 Jul 2007 00:39:55 +0000 Subject: get confused. So it's best for ikiwiki to follow the compatability * Support building on systems that lack asprintf. * mercurial getctime is currently broken, apparently by some change in mercurial version 0.9.4. Turn the failing test case into a TODO test case. --- t/mercurial.t | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 't/mercurial.t') diff --git a/t/mercurial.t b/t/mercurial.t index da4e2beaa..7d6c2eacc 100755 --- a/t/mercurial.t +++ b/t/mercurial.t @@ -56,7 +56,10 @@ is($changes[0]{pages}[0]{"page"}, "test2.mdwn"); is($changes[1]{pages}[0]{"page"}, "test1.mdwn"); -my $ctime = IkiWiki::rcs_getctime("test2.mdwn"); -is($ctime, 0); +TODO: { + local $TODO = "hg behavior change seems to have broken this"; + my $ctime = IkiWiki::rcs_getctime("test2.mdwn"); + is($ctime, 0); +} system "rm -rf $dir"; -- cgit v1.2.3