From: joey Date: Wed, 5 Sep 2007 23:45:39 +0000 (+0000) Subject: * Change git test suite to reflect change in log for initial repo creation X-Git-Tag: 2.7~13 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/6b5ab219592b327f910e53395eb018f4e7005269 * Change git test suite to reflect change in log for initial repo creation commit. --- diff --git a/debian/changelog b/debian/changelog index 506047d03..1f916d865 100644 --- a/debian/changelog +++ b/debian/changelog @@ -37,8 +37,10 @@ ikiwiki (2.7) UNRELEASED; urgency=low * Updated Spanish translation from Victor Moral. * table: Text::CSV doesn't return decoded unicode (XS module); decode its return values. + * Change git test suite to reflect change in log for initial repo creation + commit. - -- Joey Hess Tue, 04 Sep 2007 15:19:18 -0400 + -- Joey Hess Wed, 05 Sep 2007 19:43:37 -0400 ikiwiki (2.6.1) unstable; urgency=low diff --git a/t/git.t b/t/git.t index a3e5b36de..ff9528fca 100755 --- a/t/git.t +++ b/t/git.t @@ -34,7 +34,7 @@ my @changes; is($#changes, 0); # counts for dummy commit during repo creation is($changes[0]{message}[0]{"line"}, "Initial"); -is($changes[0]{pages}[0]{"page"}, undef); # no diff for first commit +is($changes[0]{pages}[0]{"page"}, "dummy"); # Web commit my $test1 = readfile("t/test1.mdwn");