From: Antony Dovgal Date: Mon, 2 Oct 2006 14:31:04 +0000 (+0000) Subject: fix tests X-Git-Tag: php-5.2.0RC5~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d0f64268977fdbc01b1a68c3e57c8faaff54b47;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 e7a844817f..bbe7ec55d9 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--