* Change git test suite to reflect change in log for initial repo creation
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 5 Sep 2007 23:45:39 +0000 (23:45 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 5 Sep 2007 23:45:39 +0000 (23:45 +0000)
  commit.

debian/changelog
t/git.t

index 506047d0376cf34938051288b9cfa94f7c6b8360..1f916d8655c2dcceac3c6ac1f04258833ac6bdf2 100644 (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
 
diff --git a/t/git.t b/t/git.t
index a3e5b36decd782a929bba4d10206c57c462afb40..ff9528fcad1f56fa862fce77948e43c12836b618 100755 (executable)
--- 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");