Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
refactor
[git.ikiwiki.info.git]
/
t
/
bazaar.t
diff --git
a/t/bazaar.t
b/t/bazaar.t
index fcdc3d4de8ee71577026d2f133875de7bb11b986..675a143b5baf89775f42d72b7ead3ef4e6dbcd96 100755
(executable)
--- 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,
3
);
+is($#changes,
2
);
is($changes[0]{pages}[0]{"page"}, "test4.mdwn");
ok(mkdir($config{srcdir}."/newdir"));