projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
991da83
)
- tests fixup
author
Michael Wallner
<mike@php.net>
Sat, 8 Oct 2005 21:17:07 +0000
(21:17 +0000)
committer
Michael Wallner
<mike@php.net>
Sat, 8 Oct 2005 21:17:07 +0000
(21:17 +0000)
tests/allowed_methods_001.phpt
patch
|
blob
|
history
tests/allowed_methods_001_logging.phpt
patch
|
blob
|
history
tests/redirect_001_logging.phpt
patch
|
blob
|
history
tests/redirect_002_logging.phpt
patch
|
blob
|
history
tests/redirect_003_logging.phpt
patch
|
blob
|
history
tests/send_data_007_logging.phpt
patch
|
blob
|
history
diff --git
a/tests/allowed_methods_001.phpt
b/tests/allowed_methods_001.phpt
index f0b7d9c1b30af4a1606d4f35416eb850b9a3a0de..456da6a865c5e5061a5683785cb01ae3cd50da3c 100644
(file)
--- a/
tests/allowed_methods_001.phpt
+++ b/
tests/allowed_methods_001.phpt
@@
-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";
diff --git
a/tests/allowed_methods_001_logging.phpt
b/tests/allowed_methods_001_logging.phpt
index a9355aaeaa5653f2b679a62ecb3a8848b2ccdbae..9ae398d3d105ab4f835fd7e7273b2e8197102ed9 100644
(file)
--- a/
tests/allowed_methods_001_logging.phpt
+++ b/
tests/allowed_methods_001_logging.phpt
@@
-1,8
+1,10
@@
--TEST--
logging allowed methods
--SKIPIF--
+<?php
include 'skip.inc';
checkcgi();
+?>
--ENV--
HTTP_HOST=example.com
--FILE--
diff --git
a/tests/redirect_001_logging.phpt
b/tests/redirect_001_logging.phpt
index 5237c1c0b158195421dd75891232a65f1f1335f0..b2d1361e8f00e77a14f7ecc1a1dc1790ca9ffae2 100644
(file)
--- a/
tests/redirect_001_logging.phpt
+++ b/
tests/redirect_001_logging.phpt
@@
-1,8
+1,10
@@
--TEST--
logging redirects
--SKIPIF--
+<?php
include 'skip.inc';
checkcgi();
+?>
--ENV--
HTTP_HOST=example.com
--FILE--
diff --git
a/tests/redirect_002_logging.phpt
b/tests/redirect_002_logging.phpt
index 5237c1c0b158195421dd75891232a65f1f1335f0..b2d1361e8f00e77a14f7ecc1a1dc1790ca9ffae2 100644
(file)
--- a/
tests/redirect_002_logging.phpt
+++ b/
tests/redirect_002_logging.phpt
@@
-1,8
+1,10
@@
--TEST--
logging redirects
--SKIPIF--
+<?php
include 'skip.inc';
checkcgi();
+?>
--ENV--
HTTP_HOST=example.com
--FILE--
diff --git
a/tests/redirect_003_logging.phpt
b/tests/redirect_003_logging.phpt
index 2296e63ff72e3fdc2f0bff337e0e9472691ff443..7da64052656e1518288d0fc97e6c93b305aa92d1 100644
(file)
--- a/
tests/redirect_003_logging.phpt
+++ b/
tests/redirect_003_logging.phpt
@@
-1,8
+1,10
@@
--TEST--
logging redirects
--SKIPIF--
+<?php
include 'skip.inc';
checkcgi();
+?>
--ENV--
HTTP_HOST=example.com
--FILE--
diff --git
a/tests/send_data_007_logging.phpt
b/tests/send_data_007_logging.phpt
index 4395fca4f4fd3f22fbe51b37cd208ba477e296df..1fbab30a2114a3c4bb2d55d39da5da7c431ded1f 100644
(file)
--- a/
tests/send_data_007_logging.phpt
+++ b/
tests/send_data_007_logging.phpt
@@
-1,8
+1,10
@@
--TEST--
logging caching
--SKIPIF--
+<?php
include 'skip.inc';
checkcgi();
+?>
--ENV--
HTTP_HOST=example.com
--FILE--