* Change git test suite to reflect change in log for initial repo creation

commit.
master
joey 2007-09-05 23:45:39 +00:00
parent aa2937bf3a
commit 6b5ab21959
2 changed files with 4 additions and 2 deletions

4
debian/changelog vendored
View File

@ -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 <joeyh@debian.org> Tue, 04 Sep 2007 15:19:18 -0400
-- Joey Hess <joeyh@debian.org> Wed, 05 Sep 2007 19:43:37 -0400
ikiwiki (2.6.1) unstable; urgency=low

View File

@ -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");