List:Commits« Previous MessageNext Message »
From:sebrecht Date:June 28 2007 9:34am
Subject:ODBC C-tests commit: r154 - in trunk: doc etc
View as plain text  
Modified:
   trunk/doc/suite_description.readme
   trunk/etc/test4v3.conf
Log:
add t_bug_function_devision and t_bug_foreign_key to description and test configuration


Modified: trunk/doc/suite_description.readme
===================================================================
--- trunk/doc/suite_description.readme	2007-06-26 11:59:47 UTC (rev 153)
+++ trunk/doc/suite_description.readme	2007-06-28 09:34:26 UTC (rev 154)
@@ -2,6 +2,21 @@
 here is the description, which functionality
 they have:
 
+t_bug_function_devision (V3)
+ This testsuite is for bug 12405.
+ Calculations like 4/2 shouldn't work.
+ At this test, all base calculations will be tested.
+ This test works fine and it seems the
+ bug is fixed.
+
+t_bug_foreign_key (V3)
+ This testsuite is for bug 19923.
+ The test will fail, if the bug is still exist.
+ At the moment you will get the output:
+    FAILED tests 3
+    Failed 1/5 tests, 80.00% ok
+ But normally, you shouldn't get a failure.
+
 t_bug_procedure (V3 AND V5)
   This testsuite is for bug 16817
   At first a procedure will be created

Modified: trunk/etc/test4v3.conf
===================================================================
--- trunk/etc/test4v3.conf	2007-06-26 11:59:47 UTC (rev 153)
+++ trunk/etc/test4v3.conf	2007-06-28 09:34:26 UTC (rev 154)
@@ -1,5 +1,7 @@
 t_charset_bug
 t_bug_union_select
 t_bug_procedure
+t_bug_foreign_key
+t_bug_fuction_devision
 t_sql
 t_bugs_time
\ No newline at end of file

Thread
ODBC C-tests commit: r154 - in trunk: doc etcsebrecht28 Jun