From 9d0f64268977fdbc01b1a68c3e57c8faaff54b47 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Mon, 2 Oct 2006 14:31:04 +0000 Subject: [PATCH] fix tests --- ext/zip/tests/bug7658.phpt | 2 +- ext/zip/tests/oo_addfile.phpt | 4 ++-- ext/zip/tests/oo_namelocate.phpt | 2 +- ext/zip/tests/oo_rename.phpt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) 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--