Date: Thursday, March 1, 2007 @ 14:26:02
  Author: gilles
    Path: /cvsroot/carob/carob/test/30-ResultSet

Modified: TestSimpleUnicode.hpp (1.3 -> 1.4)

Javadoc


-----------------------+
 TestSimpleUnicode.hpp |   18 ++++++++++++++++--
 1 files changed, 16 insertions(+), 2 deletions(-)


Index: carob/test/30-ResultSet/TestSimpleUnicode.hpp
diff -u carob/test/30-ResultSet/TestSimpleUnicode.hpp:1.3 
carob/test/30-ResultSet/TestSimpleUnicode.hpp:1.4
--- carob/test/30-ResultSet/TestSimpleUnicode.hpp:1.3   Thu Jan 11 22:53:22 2007
+++ carob/test/30-ResultSet/TestSimpleUnicode.hpp       Thu Mar  1 14:26:02 2007
@@ -35,15 +35,29 @@
   static CppUnit::Test* suite();
 
   /**
-   * Writes exotic (greek) unicode characters in a table and checks that when
-   * read back, the data is identical
+   * Writes exotic (greek phi + beta + kappa) unicode characters in a table and
+   * checks that when read back, the data is identical
    */
   void testPBK();
 
+  /**
+   * Writes phi + beta + kappa + zero + kappa in a table and checks that data
+   * is identical when read back.<br>
+   * This is is even more evil than #testPBK() because of the zero
+   * (see SEQUOIA-133)<br>
+   * <b>Warning</b>This test will fail at least against mysql and postgresql
+   * (and is disabled when <code>CAROB_TEST_USE_MYSQL</code> is defined)
+   */
   void testPBKNull();
 
+  /**
+   * Checks Latin1 exotic (with french accents) characters read/writes
+   */
   void testLatin1CodeSubset();
 
+  /**
+   * Check that writing invalid unicode characters throws exception
+   */
   void testInvalidUnicode();
 
 };

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

Reply via email to