Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
11872ce
)
2 was apparently correct
author
Joey Hess
<joey@kodama.kitenet.net>
Fri, 25 Jul 2008 19:16:49 +0000
(15:16 -0400)
committer
Joey Hess
<joey@kodama.kitenet.net>
Fri, 25 Jul 2008 19:16:49 +0000
(15:16 -0400)
I don't think it really matters whether directories are returned or not.
t/bazaar.t
patch
|
blob
|
history
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);
@changes = IkiWiki::rcs_recentchanges(4);
-is($#changes,
3
);
+is($#changes,
2
);
is($changes[0]{pages}[0]{"page"}, "test4.mdwn");
ok(mkdir($config{srcdir}."/newdir"));
is($changes[0]{pages}[0]{"page"}, "test4.mdwn");
ok(mkdir($config{srcdir}."/newdir"));