You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2019/10/01 19:34:42 UTC

svn commit: r1867862 - /httpd/test/framework/trunk/t/filter/case.t

Author: jailletc36
Date: Tue Oct  1 19:34:42 2019
New Revision: 1867862

URL: http://svn.apache.org/viewvc?rev=1867862&view=rev
Log:
Be more verbose in --verbose mode

Modified:
    httpd/test/framework/trunk/t/filter/case.t

Modified: httpd/test/framework/trunk/t/filter/case.t
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/filter/case.t?rev=1867862&r1=1867861&r2=1867862&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/filter/case.t (original)
+++ httpd/test/framework/trunk/t/filter/case.t Tue Oct  1 19:34:42 2019
@@ -29,6 +29,7 @@ for my $module (sort keys %urls) {
     print "# testing $module with $urls{$module}\n";
     print "# expected 200\n";
     print "# received ".$r->code."\n";
+    print "# body: ".$r->content."\n";
     verify($r);
 }