Merge branch 'master' into phpng
[m6w6/ext-http] / tests / bug66388.phpt
index bc624dc97bb1d224c51caa8e22c94178b5db811b..e4cbf2ace925966ab1964cfdc92cf1a0b4167148 100644 (file)
@@ -3,6 +3,7 @@ Bug #66388 (Crash on POST with Content-Length:0 and untouched body)
 --SKIPIF--
 <?php
 include "skipif.inc";
+skip_online_test();
 ?>
 --FILE--
 <?php
@@ -26,7 +27,7 @@ echo $client->send()->getResponse()->getResponseCode();
 ?>
 
 ===DONE===
---EXPECT--
+--EXPECTF--
 Test
-401
+40%d
 ===DONE===