From: Derick Rethans Date: Mon, 30 Jun 2003 19:16:41 +0000 (+0000) Subject: - Rename test and update title X-Git-Tag: BEFORE_ARG_INFO~521 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7a4ed006038daaa28d7dce11ccc32a365ecbc504;p=php - Rename test and update title --- diff --git a/ext/simplexml/tests/002.phpt b/ext/simplexml/tests/bug24392.phpt similarity index 81% rename from ext/simplexml/tests/002.phpt rename to ext/simplexml/tests/bug24392.phpt index 4154a91e16..7ba12542ad 100644 --- a/ext/simplexml/tests/002.phpt +++ b/ext/simplexml/tests/bug24392.phpt @@ -1,5 +1,5 @@ --TEST-- -Checking bug #24392, empty namespaces causing confusion +Bug #24392: empty namespaces causing confusion --SKIPIF-- --POST-- @@ -7,7 +7,7 @@ Checking bug #24392, empty namespaces causing confusion --INI-- --FILE-- item as $item) { echo $item->title . "\n"; } diff --git a/ext/simplexml/tests/002.xml b/ext/simplexml/tests/bug24392.xml similarity index 100% rename from ext/simplexml/tests/002.xml rename to ext/simplexml/tests/bug24392.xml