You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by pg...@apache.org on 2009/01/21 06:00:08 UTC

svn commit: r736216 - /perl/modperl/trunk/t/api/status.t

Author: pgollucci
Date: Tue Jan 20 21:00:08 2009
New Revision: 736216

URL: http://svn.apache.org/viewvc?rev=736216&view=rev
Log:
fix the test

Modified:
    perl/modperl/trunk/t/api/status.t

Modified: perl/modperl/trunk/t/api/status.t
URL: http://svn.apache.org/viewvc/perl/modperl/trunk/t/api/status.t?rev=736216&r1=736215&r2=736216&view=diff
==============================================================================
--- perl/modperl/trunk/t/api/status.t (original)
+++ perl/modperl/trunk/t/api/status.t Tue Jan 20 21:00:08 2009
@@ -38,6 +38,6 @@
     my $res = GET "$location?$code=$message";
     ok t_cmp $res->code, $code, "code";
     ok t_cmp $res->message, $message, "code message";
-    ok t_cmp $res->content, "", "forcefail";
+    ok t_cmp $res->content, "", "content";
 }