stas 2004/09/16 09:32:08
Modified: t/response/TestCompat apache_module.pm
Log:
cleanup
Revision Changes Path
1.3 +2 -2 modperl-2.0/t/response/TestCompat/apache_module.pm
Index: apache_module.pm
===================================================================
RCS file: /home/cvs/modperl-2.0/t/response/TestCompat/apache_module.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -u -r1.2 -r1.3
--- apache_module.pm 14 Sep 2004 00:04:51 -0000 1.2
+++ apache_module.pm 16 Sep 2004 16:32:08 -0000 1.3
@@ -27,13 +27,13 @@
my($self, $r) = @_;
plan $r, tests => 2;
-
+
my $top_module = Apache::Module->top_module();
ok t_cmp (ref($top_module), 'Apache::Module');
my $config = Apache::Module->get_config($self, $r->server);
ok t_cmp ($config->{data}, 'Test');
-
+
OK;
}