aboutsummaryrefslogtreecommitdiff
path: root/t/bazaar.t
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-07-25 15:08:17 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-07-25 15:08:17 -0400
commitef1f4defed94a2cd4e301d9aa355af3a1435c381 (patch)
tree6dceca62a82b63f6ff59de2992ee1af01cb62592 /t/bazaar.t
parent218dc370f6517503c9b6608f6ed3b536f7e2ba64 (diff)
downloadikiwiki-ef1f4defed94a2cd4e301d9aa355af3a1435c381.tar
ikiwiki-ef1f4defed94a2cd4e301d9aa355af3a1435c381.tar.gz
bring git test to parity with bazaar test
Also, fixed bug I introduced in bazaar test.
Diffstat (limited to 't/bazaar.t')
-rwxr-xr-xt/bazaar.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/bazaar.t b/t/bazaar.t
index 675a143b5..fcdc3d4de 100755
--- a/t/bazaar.t
+++ b/t/bazaar.t
@@ -66,7 +66,7 @@ IkiWiki::rcs_commit_staged("Added the 4th page", "moo", "Joe User");
@changes = IkiWiki::rcs_recentchanges(4);
-is($#changes, 2);
+is($#changes, 3);
is($changes[0]{pages}[0]{"page"}, "test4.mdwn");
ok(mkdir($config{srcdir}."/newdir"));