fix 404 test
authorIvan Kohler <ivan@freeside.biz>
Sun, 27 Jul 2014 00:29:53 +0000 (17:29 -0700)
committerIvan Kohler <ivan@freeside.biz>
Sun, 27 Jul 2014 00:29:53 +0000 (17:29 -0700)
t/post-cryptssleay.t
t/post-netssleay.t

index 7f99b0a..f77fa32 100644 (file)
@@ -33,9 +33,10 @@ ok( length($content), 'Received content' );
 #404
 
 my($content2, $response2, %headers2) = https_post(
-  { 'host' => 'www.fortify.net',
+  { 'host' => 'www.google.com',
     'port' => 443,
     'path' => '/notfound.html',
+    'args' => { 'length' => 'required' },
   },
   'net_https_any_test' => 1,
 );
index d5065b9..9f67384 100644 (file)
@@ -27,9 +27,10 @@ ok( length($content), 'Received content' );
 #404
 
 my($content2, $response2, %headers2) = https_post(
-  { 'host' => 'www.fortify.net',
+  { 'host' => 'www.google.com',
     'port' => 443,
     'path' => '/notfound.html',
+    'args' => { 'length' => 'required' },
   },
   'net_https_any_test' => 1,
 );