diff options
author | Antony Dovgal <tony2001@php.net> | 2007-05-07 18:03:01 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2007-05-07 18:03:01 +0000 |
commit | 1f6554512136708a3500f740df8593d368afccd8 (patch) | |
tree | fe19a7a5203fdf7147e2cf38081c546901b3c2a0 /ext/ftp | |
parent | b64823deb74d9a46728f90748dd5821915452302 (diff) | |
download | php-git-1f6554512136708a3500f740df8593d368afccd8.tar.gz |
fix test names
Diffstat (limited to 'ext/ftp')
-rw-r--r-- | ext/ftp/tests/bug27809.phpt | 2 | ||||
-rw-r--r-- | ext/ftp/tests/bug37799.phpt | 2 | ||||
-rw-r--r-- | ext/ftp/tests/bug39458-2.phpt | 2 | ||||
-rw-r--r-- | ext/ftp/tests/bug39458.phpt | 2 | ||||
-rw-r--r-- | ext/ftp/tests/bug39583-2.phpt | 2 | ||||
-rw-r--r-- | ext/ftp/tests/bug39583.phpt | 2 | ||||
-rw-r--r-- | ext/ftp/tests/bug7216-2.phpt | 2 | ||||
-rw-r--r-- | ext/ftp/tests/bug7216.phpt | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/ext/ftp/tests/bug27809.phpt b/ext/ftp/tests/bug27809.phpt index bcbe03f131..ff9765c102 100644 --- a/ext/ftp/tests/bug27809.phpt +++ b/ext/ftp/tests/bug27809.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #27809: ftp_systype returns null +Bug #27809 (ftp_systype returns null) --SKIPIF-- <?php require 'skipif.inc'; diff --git a/ext/ftp/tests/bug37799.phpt b/ext/ftp/tests/bug37799.phpt index a47d586789..bc9ce002a8 100644 --- a/ext/ftp/tests/bug37799.phpt +++ b/ext/ftp/tests/bug37799.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #37799: ftp_ssl_connect() falls back to non-ssl connection +Bug #37799 (ftp_ssl_connect() falls back to non-ssl connection) --SKIPIF-- <?php $ssl = 1; diff --git a/ext/ftp/tests/bug39458-2.phpt b/ext/ftp/tests/bug39458-2.phpt index 4cd2a45236..9e4be5d5ff 100644 --- a/ext/ftp/tests/bug39458-2.phpt +++ b/ext/ftp/tests/bug39458-2.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #39458: ftp_nlist() returns false on empty directories (other server behaviour) +Bug #39458 (ftp_nlist() returns false on empty directories (other server behaviour)) --SKIPIF-- <?php require 'skipif.inc'; diff --git a/ext/ftp/tests/bug39458.phpt b/ext/ftp/tests/bug39458.phpt index 5ea345776c..828664990e 100644 --- a/ext/ftp/tests/bug39458.phpt +++ b/ext/ftp/tests/bug39458.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #39458: ftp_nlist() returns false on empty directories +Bug #39458 (ftp_nlist() returns false on empty directories) --SKIPIF-- <?php require 'skipif.inc'; diff --git a/ext/ftp/tests/bug39583-2.phpt b/ext/ftp/tests/bug39583-2.phpt index 44921b3205..0a8423d391 100644 --- a/ext/ftp/tests/bug39583-2.phpt +++ b/ext/ftp/tests/bug39583-2.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #39583: FTP always transfers in binary mode +Bug #39583 (FTP always transfers in binary mode) --SKIPIF-- <?php require 'skipif.inc'; diff --git a/ext/ftp/tests/bug39583.phpt b/ext/ftp/tests/bug39583.phpt index 3c73758dc1..b3af56ec00 100644 --- a/ext/ftp/tests/bug39583.phpt +++ b/ext/ftp/tests/bug39583.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #39583: FTP always transfers in binary mode +Bug #39583 (FTP always transfers in binary mode) --SKIPIF-- <?php require 'skipif.inc'; diff --git a/ext/ftp/tests/bug7216-2.phpt b/ext/ftp/tests/bug7216-2.phpt index 62b6ec84bf..23ab851199 100644 --- a/ext/ftp/tests/bug7216-2.phpt +++ b/ext/ftp/tests/bug7216-2.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #7216: ftp_mkdir returns nothing (2) +Bug #7216 (ftp_mkdir returns nothing (2)) --SKIPIF-- <?php require 'skipif.inc'; diff --git a/ext/ftp/tests/bug7216.phpt b/ext/ftp/tests/bug7216.phpt index 870e02ea61..000bb1dede 100644 --- a/ext/ftp/tests/bug7216.phpt +++ b/ext/ftp/tests/bug7216.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #7216: ftp_mkdir returns nothing +Bug #7216 (ftp_mkdir returns nothing) --SKIPIF-- <?php require 'skipif.inc'; |