From 9b028e77b3cc986ab25d2c125e82899279349dce Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Wed, 14 May 2008 13:05:55 +0000 Subject: [PATCH] fix test names --- Zend/tests/bug38469.phpt | 2 +- Zend/tests/bug41372.phpt | 2 +- Zend/tests/bug42859.phpt | 2 +- Zend/tests/bug43128.phpt | 2 +- ext/dom/tests/bug34276.phpt | 2 +- ext/dom/tests/bug35342.phpt | 2 +- ext/soap/tests/bugs/bug42214.phpt | 2 +- ext/xml/tests/bug43957.phpt | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Zend/tests/bug38469.phpt b/Zend/tests/bug38469.phpt index 51fffb3008..db507df357 100644 --- a/Zend/tests/bug38469.phpt +++ b/Zend/tests/bug38469.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #38469 Unexpected creation of cycle +Bug #38469 (Unexpected creation of cycle) --FILE-- --FILE-- diff --git a/ext/dom/tests/bug35342.phpt b/ext/dom/tests/bug35342.phpt index 750f199048..5b10208df1 100644 --- a/ext/dom/tests/bug35342.phpt +++ b/ext/dom/tests/bug35342.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #35342 isset(DOMNodeList->length) returns false +Bug #35342 (isset(DOMNodeList->length) returns false) --SKIPIF-- --FILE-- diff --git a/ext/soap/tests/bugs/bug42214.phpt b/ext/soap/tests/bugs/bug42214.phpt index 2f85686842..a31f16dcb4 100755 --- a/ext/soap/tests/bugs/bug42214.phpt +++ b/ext/soap/tests/bugs/bug42214.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #42214 SoapServer sends clients internal PHP errors +Bug #42214 (SoapServer sends clients internal PHP errors) --SKIPIF-- --FILE-- diff --git a/ext/xml/tests/bug43957.phpt b/ext/xml/tests/bug43957.phpt index 34ddcd951d..f11d15627b 100644 --- a/ext/xml/tests/bug43957.phpt +++ b/ext/xml/tests/bug43957.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #43957 - utf8_decode() bogus conversion on multibyte indicator near end of string +Bug #43957 (utf8_decode() bogus conversion on multibyte indicator near end of string) --SKIPIF--