Author: joes
Date: Sat Jan 10 03:51:49 2009
New Revision: 733266

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

Modified:
    httpd/apreq/branches/v2_10/glue/perl/t/apreq/request.t

Modified: httpd/apreq/branches/v2_10/glue/perl/t/apreq/request.t
URL: 
http://svn.apache.org/viewvc/httpd/apreq/branches/v2_10/glue/perl/t/apreq/request.t?rev=733266&r1=733265&r2=733266&view=diff
==============================================================================
--- httpd/apreq/branches/v2_10/glue/perl/t/apreq/request.t (original)
+++ httpd/apreq/branches/v2_10/glue/perl/t/apreq/request.t Sat Jan 10 03:51:49 
2009
@@ -46,7 +46,7 @@
 {
     my $value = 'DataUpload' x 100;
     my $result = UPLOAD_BODY("$location?test=hook", content => $value);
-    ok t_cmp($result, $value, "type");
+    ok t_cmp($result, $value, "hook");
 }
 
 {


Reply via email to