felipe Fri, 06 Aug 2010 23:05:39 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=301956
Log:
- Added missing SKIPIF
Changed paths:
U php/php-src/branches/PHP_5_3/ext/soap/tests/bugs/bug50698_1.phpt
U php/php-src/branches/PHP_5_3/ext/soap/tests/bugs/bug50698_2.phpt
U php/php-src/branches/PHP_5_3/ext/soap/tests/bugs/bug50698_3.phpt
U php/php-src/branches/PHP_5_3/ext/soap/tests/bugs/bug50698_4.phpt
U php/php-src/branches/PHP_5_3/ext/soap/tests/bugs/bug50762.phpt
U php/php-src/trunk/ext/soap/tests/bugs/bug50698_1.phpt
U php/php-src/trunk/ext/soap/tests/bugs/bug50698_2.phpt
U php/php-src/trunk/ext/soap/tests/bugs/bug50698_3.phpt
U php/php-src/trunk/ext/soap/tests/bugs/bug50698_4.phpt
U php/php-src/trunk/ext/soap/tests/bugs/bug50762.phpt
Modified: php/php-src/branches/PHP_5_3/ext/soap/tests/bugs/bug50698_1.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/soap/tests/bugs/bug50698_1.phpt
2010-08-06 23:01:32 UTC (rev 301955)
+++ php/php-src/branches/PHP_5_3/ext/soap/tests/bugs/bug50698_1.phpt
2010-08-06 23:05:39 UTC (rev 301956)
@@ -1,5 +1,7 @@
--TEST--
Request #50698_1 (SoapClient should handle wsdls with some incompatiable
endpoints)
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
--INI--
soap.wsdl_cache_enabled=0
--FILE--
Modified: php/php-src/branches/PHP_5_3/ext/soap/tests/bugs/bug50698_2.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/soap/tests/bugs/bug50698_2.phpt
2010-08-06 23:01:32 UTC (rev 301955)
+++ php/php-src/branches/PHP_5_3/ext/soap/tests/bugs/bug50698_2.phpt
2010-08-06 23:05:39 UTC (rev 301956)
@@ -1,5 +1,7 @@
--TEST--
Request #50698_2 (SoapClient should handle wsdls with some incompatiable
endpoints -- EDGECASE: Large mix of compatiable and incompatiable endpoints.)
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
--INI--
soap.wsdl_cache_enabled=0
--FILE--
Modified: php/php-src/branches/PHP_5_3/ext/soap/tests/bugs/bug50698_3.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/soap/tests/bugs/bug50698_3.phpt
2010-08-06 23:01:32 UTC (rev 301955)
+++ php/php-src/branches/PHP_5_3/ext/soap/tests/bugs/bug50698_3.phpt
2010-08-06 23:05:39 UTC (rev 301956)
@@ -1,5 +1,7 @@
--TEST--
Request #50698_3 (SoapClient should handle wsdls with some incompatiable
endpoints -- EDGECASE: Large set of endpoints all incompatiable.)
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
--INI--
soap.wsdl_cache_enabled=0
--FILE--
Modified: php/php-src/branches/PHP_5_3/ext/soap/tests/bugs/bug50698_4.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/soap/tests/bugs/bug50698_4.phpt
2010-08-06 23:01:32 UTC (rev 301955)
+++ php/php-src/branches/PHP_5_3/ext/soap/tests/bugs/bug50698_4.phpt
2010-08-06 23:05:39 UTC (rev 301956)
@@ -1,5 +1,7 @@
--TEST--
Request #50698_4 (SoapClient should handle wsdls with some incompatiable
endpoints)
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
--INI--
soap.wsdl_cache_enabled=0
--FILE--
Modified: php/php-src/branches/PHP_5_3/ext/soap/tests/bugs/bug50762.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/soap/tests/bugs/bug50762.phpt
2010-08-06 23:01:32 UTC (rev 301955)
+++ php/php-src/branches/PHP_5_3/ext/soap/tests/bugs/bug50762.phpt
2010-08-06 23:05:39 UTC (rev 301956)
@@ -1,5 +1,7 @@
--TEST--
Bug #50762 (in WSDL mode Soap Header handler function only being called if
defined in WSDL)
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
--FILE--
<?php
class testSoap {
Modified: php/php-src/trunk/ext/soap/tests/bugs/bug50698_1.phpt
===================================================================
--- php/php-src/trunk/ext/soap/tests/bugs/bug50698_1.phpt 2010-08-06
23:01:32 UTC (rev 301955)
+++ php/php-src/trunk/ext/soap/tests/bugs/bug50698_1.phpt 2010-08-06
23:05:39 UTC (rev 301956)
@@ -1,5 +1,7 @@
--TEST--
Request #50698_1 (SoapClient should handle wsdls with some incompatiable
endpoints)
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
--INI--
soap.wsdl_cache_enabled=0
--FILE--
Modified: php/php-src/trunk/ext/soap/tests/bugs/bug50698_2.phpt
===================================================================
--- php/php-src/trunk/ext/soap/tests/bugs/bug50698_2.phpt 2010-08-06
23:01:32 UTC (rev 301955)
+++ php/php-src/trunk/ext/soap/tests/bugs/bug50698_2.phpt 2010-08-06
23:05:39 UTC (rev 301956)
@@ -1,5 +1,7 @@
--TEST--
Request #50698_2 (SoapClient should handle wsdls with some incompatiable
endpoints -- EDGECASE: Large mix of compatiable and incompatiable endpoints.)
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
--INI--
soap.wsdl_cache_enabled=0
--FILE--
Modified: php/php-src/trunk/ext/soap/tests/bugs/bug50698_3.phpt
===================================================================
--- php/php-src/trunk/ext/soap/tests/bugs/bug50698_3.phpt 2010-08-06
23:01:32 UTC (rev 301955)
+++ php/php-src/trunk/ext/soap/tests/bugs/bug50698_3.phpt 2010-08-06
23:05:39 UTC (rev 301956)
@@ -1,5 +1,7 @@
--TEST--
Request #50698_3 (SoapClient should handle wsdls with some incompatiable
endpoints -- EDGECASE: Large set of endpoints all incompatiable.)
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
--INI--
soap.wsdl_cache_enabled=0
--FILE--
Modified: php/php-src/trunk/ext/soap/tests/bugs/bug50698_4.phpt
===================================================================
--- php/php-src/trunk/ext/soap/tests/bugs/bug50698_4.phpt 2010-08-06
23:01:32 UTC (rev 301955)
+++ php/php-src/trunk/ext/soap/tests/bugs/bug50698_4.phpt 2010-08-06
23:05:39 UTC (rev 301956)
@@ -1,5 +1,7 @@
--TEST--
Request #50698_4 (SoapClient should handle wsdls with some incompatiable
endpoints)
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
--INI--
soap.wsdl_cache_enabled=0
--FILE--
Modified: php/php-src/trunk/ext/soap/tests/bugs/bug50762.phpt
===================================================================
--- php/php-src/trunk/ext/soap/tests/bugs/bug50762.phpt 2010-08-06 23:01:32 UTC
(rev 301955)
+++ php/php-src/trunk/ext/soap/tests/bugs/bug50762.phpt 2010-08-06 23:05:39 UTC
(rev 301956)
@@ -1,5 +1,7 @@
--TEST--
Bug #50762 (in WSDL mode Soap Header handler function only being called if
defined in WSDL)
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
--FILE--
<?php
class testSoap {
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php