Author: randyk
Date: Thu Aug 24 20:56:55 2006
New Revision: 436636
URL: http://svn.apache.org/viewvc?rev=436636&view=rev
Log:
remove comments accidentally left in from another context.
Modified:
perl/modperl/trunk/t/hooks/error.t
Modified: perl/modperl/trunk/t/hooks/error.t
URL:
http://svn.apache.org/viewvc/perl/modperl/trunk/t/hooks/error.t?rev=436636&r1=436635&r2=436636&view=diff
==============================================================================
--- perl/modperl/trunk/t/hooks/error.t (original)
+++ perl/modperl/trunk/t/hooks/error.t Thu Aug 24 20:56:55 2006
@@ -8,8 +8,6 @@
plan tests => 2;
{
- # this registers and performs cleanups, but we test whether the
- # cleanup was run only in the next sub-test
my $location = "/TestHooks__error";
my $expected = qr/^Error: Undefined subroutine/;
my $received = GET_BODY $location;
@@ -17,8 +15,6 @@
}
{
- # this registers and performs cleanups, but we test whether the
- # cleanup was run only in the next sub-test
my $error_seed_text = 'seed_text';
my $location = "/TestHooks__error?$error_seed_text";
my $expected = qr/^Error: \Q$error_seed_text\E, Undefined subroutine/;