From: Antony Dovgal Date: Mon, 2 Oct 2006 14:31:32 +0000 (+0000) Subject: fix tests X-Git-Tag: RELEASE_1_0_0RC1~1481 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c15a9cbc428f55b28eaaabdd927dd5c78be0b2c;p=php fix tests --- diff --git a/ext/zip/tests/bug7658.phpt b/ext/zip/tests/bug7658.phpt index 73096f2da4..3372b0d121 100644 --- a/ext/zip/tests/bug7658.phpt +++ b/ext/zip/tests/bug7658.phpt @@ -8,7 +8,7 @@ if(!extension_loaded('zip')) die('skip'); --FILE-- open($file)) { exit('failed'); } -if (!$zip->addFile($dirname . 'utils.php', 'test.php')) { +if (!$zip->addFile($dirname . 'utils.inc', 'test.php')) { echo "failed\n"; } if ($zip->status == ZIPARCHIVE::ER_OK) { diff --git a/ext/zip/tests/oo_namelocate.phpt b/ext/zip/tests/oo_namelocate.phpt index 3010037e71..d62d2737de 100644 --- a/ext/zip/tests/oo_namelocate.phpt +++ b/ext/zip/tests/oo_namelocate.phpt @@ -8,7 +8,7 @@ if(!extension_loaded('zip')) die('skip'); --FILE--