stas 02/01/01 02:21:39
Modified: t/response/TestAPI request_rec.pm
Log:
start non-harness-control prints with #
Revision Changes Path
1.14 +2 -2 modperl-2.0/t/response/TestAPI/request_rec.pm
Index: request_rec.pm
===================================================================
RCS file: /home/cvs/modperl-2.0/t/response/TestAPI/request_rec.pm,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- request_rec.pm 13 Nov 2001 18:40:01 -0000 1.13
+++ request_rec.pm 1 Jan 2002 10:21:38 -0000 1.14
@@ -98,10 +98,10 @@
{
local $| = 0;
- ok 9 == $r->print("buffered\n");
+ ok 11 == $r->print("# buffered\n");
ok 0 == $r->print();
local $| = 1;
- ok 13 == $r->print('n','o','t',' ','b','u','f','f','e','r','e','d',"\n");
+ ok 15 == $r->print('#',' ','n','o','t','
','b','u','f','f','e','r','e','d',"\n");
}
#no_local_copy