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/oci8 | |
parent | b64823deb74d9a46728f90748dd5821915452302 (diff) | |
download | php-git-1f6554512136708a3500f740df8593d368afccd8.tar.gz |
fix test names
Diffstat (limited to 'ext/oci8')
-rw-r--r-- | ext/oci8/tests/bug27303.phpt | 2 | ||||
-rw-r--r-- | ext/oci8/tests/bug27303_2.phpt | 2 | ||||
-rw-r--r-- | ext/oci8/tests/bug27303_3.phpt | 2 | ||||
-rw-r--r-- | ext/oci8/tests/bug27303_4.phpt | 2 | ||||
-rw-r--r-- | ext/oci8/tests/bug32325.phpt | 2 | ||||
-rw-r--r-- | ext/oci8/tests/bug35973.phpt | 2 | ||||
-rw-r--r-- | ext/oci8/tests/bug36010.phpt | 2 | ||||
-rw-r--r-- | ext/oci8/tests/bug38161.phpt | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/ext/oci8/tests/bug27303.phpt b/ext/oci8/tests/bug27303.phpt index 8ba087bc1a..467dbfe638 100644 --- a/ext/oci8/tests/bug27303.phpt +++ b/ext/oci8/tests/bug27303.phpt @@ -1,5 +1,5 @@ --TEST-- -bug #27303 (OCIBindByName binds numeric PHP values as characters) +Bug #27303 (OCIBindByName binds numeric PHP values as characters) --SKIPIF-- <?php if (!extension_loaded('oci8')) die("skip no oci8 extension"); ?> --FILE-- diff --git a/ext/oci8/tests/bug27303_2.phpt b/ext/oci8/tests/bug27303_2.phpt index 67f3552f13..97acefa302 100644 --- a/ext/oci8/tests/bug27303_2.phpt +++ b/ext/oci8/tests/bug27303_2.phpt @@ -1,5 +1,5 @@ --TEST-- -bug #27303 (OCIBindByName binds numeric PHP values as characters) +Bug #27303 (OCIBindByName binds numeric PHP values as characters) --SKIPIF-- <?php if (!extension_loaded('oci8')) die("skip no oci8 extension"); ?> --FILE-- diff --git a/ext/oci8/tests/bug27303_3.phpt b/ext/oci8/tests/bug27303_3.phpt index 3a8982d305..dd8b62083b 100644 --- a/ext/oci8/tests/bug27303_3.phpt +++ b/ext/oci8/tests/bug27303_3.phpt @@ -1,5 +1,5 @@ --TEST-- -bug #27303 (OCIBindByName binds numeric PHP values as characters) +Bug #27303 (OCIBindByName binds numeric PHP values as characters) --SKIPIF-- <?php if (!extension_loaded('oci8')) die("skip no oci8 extension"); ?> --FILE-- diff --git a/ext/oci8/tests/bug27303_4.phpt b/ext/oci8/tests/bug27303_4.phpt index 8ba4ef44b4..ed178f1a78 100644 --- a/ext/oci8/tests/bug27303_4.phpt +++ b/ext/oci8/tests/bug27303_4.phpt @@ -1,5 +1,5 @@ --TEST-- -bug #27303 (OCIBindByName binds numeric PHP values as characters) +Bug #27303 (OCIBindByName binds numeric PHP values as characters) --SKIPIF-- <?php if (!extension_loaded('oci8')) die("skip no oci8 extension"); ?> --FILE-- diff --git a/ext/oci8/tests/bug32325.phpt b/ext/oci8/tests/bug32325.phpt index 6bfcd404eb..00054f51e1 100644 --- a/ext/oci8/tests/bug32325.phpt +++ b/ext/oci8/tests/bug32325.phpt @@ -1,5 +1,5 @@ --TEST-- -bug #32325 (Can't retrieve collection using OCI8) +Bug #32325 (Can't retrieve collection using OCI8) --SKIPIF-- <?php if (!extension_loaded('oci8')) die("skip no oci8 extension"); ?> --FILE-- diff --git a/ext/oci8/tests/bug35973.phpt b/ext/oci8/tests/bug35973.phpt index b62f5cfd0f..81e1e58ba2 100644 --- a/ext/oci8/tests/bug35973.phpt +++ b/ext/oci8/tests/bug35973.phpt @@ -1,5 +1,5 @@ --TEST-- -bug #35973 (Error ORA-24806 occurs when trying to fetch a NCLOB field) +Bug #35973 (Error ORA-24806 occurs when trying to fetch a NCLOB field) --SKIPIF-- <?php if (!extension_loaded("oci8")) print "skip"; ?> --FILE-- diff --git a/ext/oci8/tests/bug36010.phpt b/ext/oci8/tests/bug36010.phpt index ef435496a8..d451f3f2f4 100644 --- a/ext/oci8/tests/bug36010.phpt +++ b/ext/oci8/tests/bug36010.phpt @@ -1,5 +1,5 @@ --TEST-- -bug #36010 (Crash when executing SQL statment with lob parameter twice) +Bug #36010 (Crash when executing SQL statment with lob parameter twice) --SKIPIF-- <?php if (!extension_loaded('oci8')) die("skip no oci8 extension"); ?> --FILE-- diff --git a/ext/oci8/tests/bug38161.phpt b/ext/oci8/tests/bug38161.phpt index 27cfafdc8f..e0fbba816a 100644 --- a/ext/oci8/tests/bug38161.phpt +++ b/ext/oci8/tests/bug38161.phpt @@ -1,5 +1,5 @@ --TEST-- -bug #38161 (oci_bind_by_name() returns garbage when Oracle didn't set the variable) +Bug #38161 (oci_bind_by_name() returns garbage when Oracle didn't set the variable) --SKIPIF-- <?php if (!extension_loaded("oci8")) print "skip"; ?> --FILE-- |