Date: Monday, December 19, 2005 @ 16:59:32
  Author: marc
    Path: /cvsroot/carob/carob/test/30-ResultSet

Modified: TestSimpleUnicode.cpp (1.2 -> 1.3)

Re-enabled SEQUOIA-133 (currently failing) test.


-----------------------+
 TestSimpleUnicode.cpp |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)


Index: carob/test/30-ResultSet/TestSimpleUnicode.cpp
diff -u carob/test/30-ResultSet/TestSimpleUnicode.cpp:1.2 
carob/test/30-ResultSet/TestSimpleUnicode.cpp:1.3
--- carob/test/30-ResultSet/TestSimpleUnicode.cpp:1.2   Mon Dec 19 15:57:24 2005
+++ carob/test/30-ResultSet/TestSimpleUnicode.cpp       Mon Dec 19 16:59:32 2005
@@ -43,10 +43,13 @@
 
     // PBK
     // phi beta kappa + zero + last character (kappa) again
-    wchar_t wide_pbk_[] = { 0x03c6, 0x03b2, 0x03ba };
+
+    // wchar_t wide_pbk_[] = { 0x03c6, 0x03b2, 0x03ba };
+    // wstring wide_pbk(wide_pbk_, 3);
     // this is is even more evil (see SEQUOIA-133)
-//    wchar_t wide_pbk_[] = { 0x03c6, 0x03b2, 0x03ba, 0, 0x03ba };
-    wstring wide_pbk(wide_pbk_, 3);
+    wchar_t wide_pbk_[] = { 0x03c6, 0x03b2, 0x03ba, 0, 0x03ba };
+    wstring wide_pbk(wide_pbk_, 5);
+
 }
 
 void TestSimpleUnicode::testBasic()

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to