You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2011/08/27 22:01:43 UTC

svn commit: r1162435 - /httpd/test/framework/trunk/t/apache/byterange6.t

Author: covener
Date: Sat Aug 27 20:01:42 2011
New Revision: 1162435

URL: http://svn.apache.org/viewvc?rev=1162435&view=rev
Log:
remove debug

Modified:
    httpd/test/framework/trunk/t/apache/byterange6.t

Modified: httpd/test/framework/trunk/t/apache/byterange6.t
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/apache/byterange6.t?rev=1162435&r1=1162434&r2=1162435&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/apache/byterange6.t (original)
+++ httpd/test/framework/trunk/t/apache/byterange6.t Sat Aug 27 20:01:42 2011
@@ -104,7 +104,6 @@ foreach my $test (@test_cases) {
 
     my @got;
     my $rcontent = $result->content;
-    print "Requested " . $test->{"h"} . " " . $result->content . "\n";
     my $error;
     while ($rcontent =~ s{^[\n\s]*--$boundary\s*?\n(.+?)\r\n\r\n}{}s ) {
         my $headers = $1;