]> granicus.if.org Git - php/commitdiff
Fix tests wrt. internationalization
authorChristoph M. Becker <cmbecker69@gmx.de>
Fri, 12 Apr 2019 11:05:16 +0000 (13:05 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Fri, 12 Apr 2019 11:07:39 +0000 (13:07 +0200)
ext/pdo_pgsql/tests/bug_33876.phpt
ext/pdo_pgsql/tests/copy_from.phpt
ext/pdo_pgsql/tests/copy_to.phpt

index 31a76c9a63a9ea816f5e5c9f01b4d09e2f9fb5ec..45c65c6663250c648b273f9e686eb4df00f80e97 100644 (file)
@@ -88,7 +88,7 @@ if (!$res->execute(array(false))) {
 } else {
        print_r($res->fetchAll(PDO::FETCH_ASSOC));
 }
---EXPECT--
+--EXPECTF--
 Array
 (
     [0] => Array
@@ -117,7 +117,7 @@ Array
 (
     [0] => 22P02
     [1] => 7
-    [2] => ERROR:  invalid input syntax for type boolean: ""
+    [2] => %s:  %sboolean%s
 )
 EMUL
 Array
@@ -148,5 +148,5 @@ Array
 (
     [0] => 22P02
     [1] => 7
-    [2] => ERROR:  invalid input syntax for type boolean: ""
+    [2] => %s:  %sboolean%s
 )
index 15eea01229a6cdf8491c2f8d4caf245a23db7bb4..ba481145473a3053e2aecf44d9c5119a8c5cad4e 100644 (file)
@@ -259,7 +259,7 @@ array(6) {
   NULL
 }
 Testing pgsqlCopyFromArray() with error
-Exception: SQLSTATE[42P01]: Undefined table: 7 %s:  %s "test_error" %s
+Exception: SQLSTATE[42P01]: Undefined table: 7 %s:  %stest_error%s
 Testing pgsqlCopyFromFile() with default parameters
 bool(true)
 array(6) {
@@ -393,6 +393,6 @@ array(6) {
   NULL
 }
 Testing pgsqlCopyFromFile() with error
-Exception: SQLSTATE[42P01]: Undefined table: 7 %s:  %s "test_error" %s
+Exception: SQLSTATE[42P01]: Undefined table: 7 %s:  %stest_error%s
 Testing pgsqlCopyFromFile() with non existing file
 Exception: SQLSTATE[HY000]: General error: 7 Unable to open the file
index 4ddce526bddb13f0e438ebb30b2c2546f9ba337f..cbcb49cd2df0574a0352ddca1cb85b53d9198178 100644 (file)
@@ -116,7 +116,7 @@ array(3) {
 "
 }
 Testing pgsqlCopyToArray() with error
-Exception: SQLSTATE[42P01]: Undefined table: 7 %s:  %s "test_error" %s
+Exception: SQLSTATE[42P01]: Undefined table: 7 %s:  %stest_error%s
 Testing pgsqlCopyToFile() with default parameters
 bool(true)
 0      test insert 0   \N
@@ -133,6 +133,6 @@ bool(true)
 1;NULL
 2;NULL
 Testing pgsqlCopyToFile() with error
-Exception: SQLSTATE[42P01]: Undefined table: 7 %s:  %s "test_error" %s
+Exception: SQLSTATE[42P01]: Undefined table: 7 %s:  %stest_error%s
 Testing pgsqlCopyToFile() to unwritable file
 Exception: SQLSTATE[HY000]: General error: 7 Unable to open the file for writing