From 30d64ecc3e8128ac3b6c6d5f4806acd7a6a517e3 Mon Sep 17 00:00:00 2001 From: Moriyoshi Koizumi Date: Sun, 5 Oct 2003 13:53:16 +0000 Subject: [PATCH] Fix test to make sure it can find the external xml file relatively to the script file. --- ext/simplexml/tests/bug24392.phpt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/simplexml/tests/bug24392.phpt b/ext/simplexml/tests/bug24392.phpt index 7ba12542ad..0d654196d4 100644 --- a/ext/simplexml/tests/bug24392.phpt +++ b/ext/simplexml/tests/bug24392.phpt @@ -1,13 +1,13 @@ --TEST-- -Bug #24392: empty namespaces causing confusion +Bug #24392 (empty namespaces causing confusion) --SKIPIF-- - + --POST-- --GET-- --INI-- --FILE-- item as $item) { echo $item->title . "\n"; } -- 2.50.1