]> granicus.if.org Git - php/commitdiff
fix test noise
authorChristopher Jones <sixd@php.net>
Tue, 26 Feb 2008 01:04:35 +0000 (01:04 +0000)
committerChristopher Jones <sixd@php.net>
Tue, 26 Feb 2008 01:04:35 +0000 (01:04 +0000)
ext/oci8/tests/lob_039.phpt

index 93251c8d80e3baf3ef9fe7534f7432587dafc427..bc2df2f84573685edf8a70c9c7948951bc90fe84 100644 (file)
@@ -57,9 +57,27 @@ array(1) {
     [0]=>
     string(11) "clob test 1"
     [1]=>
-    string(11) "clob test 2"
+    string(22) "           clob test 2"
     [2]=>
-    string(11) "clob test 3"
+    string(33) "                      clob test 3"
+  }
+}
+Done
+--UEXPECT--
+Test 1: CLOB
+int(11)
+int(11)
+int(11)
+bool(true)
+array(1) {
+  [u"CLOB"]=>
+  array(3) {
+    [0]=>
+    unicode(11) "clob test 1"
+    [1]=>
+    unicode(22) "           clob test 2"
+    [2]=>
+    unicode(33) "                      clob test 3"
   }
 }
 Done