- tests fixup
authorMichael Wallner <mike@php.net>
Sat, 8 Oct 2005 21:17:07 +0000 (21:17 +0000)
committerMichael Wallner <mike@php.net>
Sat, 8 Oct 2005 21:17:07 +0000 (21:17 +0000)
tests/allowed_methods_001.phpt
tests/allowed_methods_001_logging.phpt
tests/redirect_001_logging.phpt
tests/redirect_002_logging.phpt
tests/redirect_003_logging.phpt
tests/send_data_007_logging.phpt

index f0b7d9c1b30af4a1606d4f35416eb850b9a3a0de..456da6a865c5e5061a5683785cb01ae3cd50da3c 100644 (file)
@@ -7,7 +7,7 @@ checkcgi();
 ?>
 --FILE--
 <?php
-include 'log.inc';
+include dirname(__FILE__).'/log.inc';
 log_prepare(_AMETH_LOG);
 ini_set('http.allowed_methods', 'POST');
 echo "Done\n";
index a9355aaeaa5653f2b679a62ecb3a8848b2ccdbae..9ae398d3d105ab4f835fd7e7273b2e8197102ed9 100644 (file)
@@ -1,8 +1,10 @@
 --TEST--
 logging allowed methods
 --SKIPIF--
+<?php
 include 'skip.inc';
 checkcgi();
+?>
 --ENV--
 HTTP_HOST=example.com
 --FILE--
index 5237c1c0b158195421dd75891232a65f1f1335f0..b2d1361e8f00e77a14f7ecc1a1dc1790ca9ffae2 100644 (file)
@@ -1,8 +1,10 @@
 --TEST--
 logging redirects
 --SKIPIF--
+<?php
 include 'skip.inc';
 checkcgi();
+?>
 --ENV--
 HTTP_HOST=example.com
 --FILE--
index 5237c1c0b158195421dd75891232a65f1f1335f0..b2d1361e8f00e77a14f7ecc1a1dc1790ca9ffae2 100644 (file)
@@ -1,8 +1,10 @@
 --TEST--
 logging redirects
 --SKIPIF--
+<?php
 include 'skip.inc';
 checkcgi();
+?>
 --ENV--
 HTTP_HOST=example.com
 --FILE--
index 2296e63ff72e3fdc2f0bff337e0e9472691ff443..7da64052656e1518288d0fc97e6c93b305aa92d1 100644 (file)
@@ -1,8 +1,10 @@
 --TEST--
 logging redirects
 --SKIPIF--
+<?php
 include 'skip.inc';
 checkcgi();
+?>
 --ENV--
 HTTP_HOST=example.com
 --FILE--
index 4395fca4f4fd3f22fbe51b37cd208ba477e296df..1fbab30a2114a3c4bb2d55d39da5da7c431ded1f 100644 (file)
@@ -1,8 +1,10 @@
 --TEST--
 logging caching
 --SKIPIF--
+<?php
 include 'skip.inc';
 checkcgi();
+?>
 --ENV--
 HTTP_HOST=example.com
 --FILE--