]> sipb.mit.edu Git - ikiwiki.git/blobdiff - t/html.t
* Applied a patch from MichaƂ to make the mercurial backend pass --quiet to
[ikiwiki.git] / t / html.t
index f2955f75f8394bbbdb06074a82bb7778ddca30a1..66e90d8e3bc91d8323283be6c10d313fa603beef 100755 (executable)
--- a/t/html.t
+++ b/t/html.t
@@ -6,15 +6,14 @@ use Test::More;
 my @pages;
 
 BEGIN {
-       @pages=qw(index todo features news);
+       @pages=qw(index todo features news plugins/map security);
        if (! -x "/usr/bin/validate") {
                plan skip_all => "/usr/bin/validate html validator not present";
        }
        else {
-               plan(tests => int @pages + 3);
+               plan(tests => int @pages + 2);
        }
        use_ok("IkiWiki");
-       use_ok("IkiWiki::Render");
 }
 
 # Have to build the html pages first.