From eeb0ec1862c855378a2d53701464304111a7ff05 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 28 Dec 2010 13:39:26 +0000 Subject: tag test: assert that the only autofiles are the ones we want --- t/tag.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 't/tag.t') diff --git a/t/tag.t b/t/tag.t index ec17d5434..693900c43 100755 --- a/t/tag.t +++ b/t/tag.t @@ -3,7 +3,7 @@ package IkiWiki; use warnings; use strict; -use Test::More tests => 21; +use Test::More tests => 22; BEGIN { use_ok("IkiWiki"); } BEGIN { use_ok("IkiWiki::Render"); } @@ -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); -- cgit v1.2.3