summaryrefslogtreecommitdiff
path: root/ext/zip
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-05-07 18:03:01 +0000
committerAntony Dovgal <tony2001@php.net>2007-05-07 18:03:01 +0000
commit1f6554512136708a3500f740df8593d368afccd8 (patch)
treefe19a7a5203fdf7147e2cf38081c546901b3c2a0 /ext/zip
parentb64823deb74d9a46728f90748dd5821915452302 (diff)
downloadphp-git-1f6554512136708a3500f740df8593d368afccd8.tar.gz
fix test names
Diffstat (limited to 'ext/zip')
-rw-r--r--ext/zip/tests/bug7214.phpt4
-rw-r--r--ext/zip/tests/bug7658.phpt2
-rw-r--r--ext/zip/tests/bug8009.phpt2
-rw-r--r--ext/zip/tests/bug8700.phpt2
4 files changed, 5 insertions, 5 deletions
diff --git a/ext/zip/tests/bug7214.phpt b/ext/zip/tests/bug7214.phpt
index 7d7de5720a..f791b7940d 100644
--- a/ext/zip/tests/bug7214.phpt
+++ b/ext/zip/tests/bug7214.phpt
@@ -1,5 +1,5 @@
--TEST--
-bug #7214, zip_entry_read() binary safe
+Bug #7214 (zip_entry_read() binary safe)
--SKIPIF--
<?php
/* $Id$ */
@@ -20,4 +20,4 @@ if (strlen($contents) == zip_entry_filesize($entry)) {
?>
--EXPECT--
-Ok \ No newline at end of file
+Ok
diff --git a/ext/zip/tests/bug7658.phpt b/ext/zip/tests/bug7658.phpt
index 3372b0d121..450c357239 100644
--- a/ext/zip/tests/bug7658.phpt
+++ b/ext/zip/tests/bug7658.phpt
@@ -1,5 +1,5 @@
--TEST--
-bug #7658, modify archive with general bit flag 3 set
+Bug #7658 (modify archive with general bit flag 3 set)
--SKIPIF--
<?php
/* $Id$ */
diff --git a/ext/zip/tests/bug8009.phpt b/ext/zip/tests/bug8009.phpt
index 90ab765bfa..5dd363d2da 100644
--- a/ext/zip/tests/bug8009.phpt
+++ b/ext/zip/tests/bug8009.phpt
@@ -1,5 +1,5 @@
--TEST--
-bug #8009, cannot add again same entry to an archive
+Bug #8009 (cannot add again same entry to an archive)
--SKIPIF--
<?php
/* $Id$ */
diff --git a/ext/zip/tests/bug8700.phpt b/ext/zip/tests/bug8700.phpt
index 5e7df4560b..c394cf0bec 100644
--- a/ext/zip/tests/bug8700.phpt
+++ b/ext/zip/tests/bug8700.phpt
@@ -1,5 +1,5 @@
--TEST--
-bug #8700, getFromIndex(0) fails
+Bug #8700 (getFromIndex(0) fails)
--SKIPIF--
<?php
/* $Id$ */