]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
Merge remote branch 'smcv/ready/tag-test'
authorJoey Hess <joey@kitenet.net>
Wed, 9 Feb 2011 17:47:39 +0000 (13:47 -0400)
committerJoey Hess <joey@kitenet.net>
Wed, 9 Feb 2011 17:47:39 +0000 (13:47 -0400)
t/tag.t

diff --git a/t/tag.t b/t/tag.t
index 5b0d9c824b6d9efc27faf2ebf0d559644a352ef5..2d0a6e6627ab3a65fca614c52327545bb758d193 100755 (executable)
--- a/t/tag.t
+++ b/t/tag.t
@@ -58,6 +58,7 @@ IkiWiki::Plugin::tag::preprocess_tag(page => "seven", numbers => undef, primes =
 is($autofiles{"tags/lucky.mdwn"}{plugin}, "tag");
 is($autofiles{"tags/numbers.mdwn"}{plugin}, "tag");
 is($autofiles{"tags/primes.mdwn"}{plugin}, "tag");
+is_deeply([sort keys %autofiles], [qw(tags/lucky.mdwn tags/numbers.mdwn tags/primes.mdwn)]);
 
 ok(!-e "t/tmp/tags/lucky.mdwn");
 my (%pages, @del);