]> git.decadent.org.uk Git - maypole.git/blobdiff - t/00compile.t
updated db_colinfo test, and fixed syntax error in DFV model
[maypole.git] / t / 00compile.t
index aab6480c18880a9321b0e1598aa961fd4b8c09d0..8c64ce44016ed8c1f20180368b47eed386124706 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 
 use strict;
-use Test::More tests => 13;
+use Test::More tests => 15;
 
 use_ok('Maypole::Application');
 use_ok('Maypole::Constants');
@@ -22,4 +22,6 @@ SKIP: {
        use_ok('Maypole::Model::CDBI::DFV');
 }
 
+use_ok('Maypole::View::Base');
+use_ok('Maypole::View::TT');