]> granicus.if.org Git - php/commitdiff
- Rename test and update title
authorDerick Rethans <derick@php.net>
Mon, 30 Jun 2003 19:16:41 +0000 (19:16 +0000)
committerDerick Rethans <derick@php.net>
Mon, 30 Jun 2003 19:16:41 +0000 (19:16 +0000)
ext/simplexml/tests/bug24392.phpt [moved from ext/simplexml/tests/002.phpt with 81% similarity]
ext/simplexml/tests/bug24392.xml [moved from ext/simplexml/tests/002.xml with 100% similarity]

similarity index 81%
rename from ext/simplexml/tests/002.phpt
rename to ext/simplexml/tests/bug24392.phpt
index 4154a91e161b39f37f3973ce5675a9b82a1535f7..7ba12542ad03a83f01747bfd95ce330b446224cf 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Checking bug #24392, empty namespaces causing confusion
+Bug #24392: empty namespaces causing confusion
 --SKIPIF--
 <?php if (!extension_loaded("simplexml")) print "skip"; ?>
 --POST--
@@ -7,7 +7,7 @@ Checking bug #24392, empty namespaces causing confusion
 --INI--
 --FILE--
 <?php 
-$s = simplexml_load_file('ext/simplexml/tests/002.xml');
+$s = simplexml_load_file('ext/simplexml/tests/bug24392.xml');
 foreach ($s->item as $item) {
        echo $item->title . "\n";
 }