2 was apparently correct

I don't think it really matters whether directories are returned or not.
master
Joey Hess 2008-07-25 15:16:49 -04:00
parent 11872cecfc
commit a69e3f26dd
1 changed files with 1 additions and 1 deletions

View File

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