jorton 2004/05/18 05:24:16
Modified: perl-framework/t/modules asis.t
Log:
Only run tests if mod_asis is loaded.
Revision Changes Path
1.2 +1 -1 httpd-test/perl-framework/t/modules/asis.t
Index: asis.t
===================================================================
RCS file: /home/cvs/httpd-test/perl-framework/t/modules/asis.t,v
retrieving revision 1.1
retrieving revision 1.2
diff -d -u -r1.1 -r1.2
--- asis.t 18 May 2004 12:22:04 -0000 1.1
+++ asis.t 18 May 2004 12:24:16 -0000 1.2
@@ -9,7 +9,7 @@
## mod_asis tests
##
-plan tests => 3;
+plan tests => 3, have_module 'asis';
my $body = GET_BODY "/modules/asis/foo.asis";
ok t_cmp("This is asis content.\n", $body, "asis content OK");