X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=t%2Fpost-cryptssleay.t;fp=t%2Fpost-cryptssleay.t;h=c9f13ab7b9a6e0d9725fbff9800ebe297462959f;hb=90eca2090a47dd4755de4fa707597ff2c025ecaa;hp=2bf52ffc8690ec0aea189fa9da30b82fa98ab112;hpb=70bd3550f03d20ad22884c93ed2cb93627843736;p=Net-HTTPS-Any.git diff --git a/t/post-cryptssleay.t b/t/post-cryptssleay.t index 2bf52ff..c9f13ab 100644 --- a/t/post-cryptssleay.t +++ b/t/post-cryptssleay.t @@ -21,7 +21,8 @@ my($content, $response, %headers) = https_post( 'net_https_any_test' => 1, ); -like($response, qr/^HTTP\/[\d\.]+\s+200/i, 'Received 200 (OK) response'); +#like($response, qr/^HTTP\/[\d\.]+\s+200/i, 'Received 200 (Not Found) response'); +like($response, qr/^200/i, 'Received 200 (Not Found) response'); ok( length($content), 'Received content' ); @@ -35,5 +36,6 @@ my($content2, $response2, %headers2) = https_post( 'net_https_any_test' => 1, ); -like($response2, qr/^HTTP\/[\d\.]+\s+404/i, 'Received 404 (OK) response'); +#like($response2, qr/^HTTP\/[\d\.]+\s+404/i, 'Received 404 (OK) response'); +like($response2, qr/^404/i, 'Received 404 (OK) response');