List:Commits« Previous MessageNext Message »
From:sebrecht Date:June 13 2007 1:52pm
Subject:ODBC C-tests commit: r141 - in trunk: doc etc
View as plain text  
Modified:
   trunk/doc/suite_description.readme
   trunk/etc/test4v3.conf
   trunk/etc/test4v5.conf
Log:
add t_bug_procedure


Modified: trunk/doc/suite_description.readme
===================================================================
--- trunk/doc/suite_description.readme	2007-06-13 11:12:26 UTC (rev 140)
+++ trunk/doc/suite_description.readme	2007-06-13 13:52:33 UTC (rev 141)
@@ -2,6 +2,23 @@
 here is the description, which functionality
 they have:
 
+t_bug_procedure (V3 AND V5)
+  This testsuite is for bug 16817
+  At first a procedure will be created
+  After this, a test will run, if bug 16817 still exist
+  At least the procedure will be dropped
+  The drop of the feature doesn't work too, that
+  seems is a follow of the non working bug.
+  So these test is skipped.
+  At the moment the test for the bug is set to TODO
+  You'll get this output:
+    SKIPPED tests 4
+    Skipped 1/5 tests
+    TODO tests 3
+    Todo 1/5 tests, Failed 1/1 tests, 0.00% ok
+    FAILED tests 3
+    Failed 1/5 tests, 80.00% ok
+
 t_bug_union_select(V3 AND V5)
   This testsuite is for Bug 7684
   It seems, that v3 couldn't handle "select union"

Modified: trunk/etc/test4v3.conf
===================================================================
--- trunk/etc/test4v3.conf	2007-06-13 11:12:26 UTC (rev 140)
+++ trunk/etc/test4v3.conf	2007-06-13 13:52:33 UTC (rev 141)
@@ -1,4 +1,5 @@
 t_charset_bug
 t_bug_union_select
+t_bug_procedure
 t_sql
 t_bugs_time
\ No newline at end of file

Modified: trunk/etc/test4v5.conf
===================================================================
--- trunk/etc/test4v5.conf	2007-06-13 11:12:26 UTC (rev 140)
+++ trunk/etc/test4v5.conf	2007-06-13 13:52:33 UTC (rev 141)
@@ -3,3 +3,4 @@
 t_charset_bug
 t_jbalint
 t_bug_union_select
+t_bug_procedure

Thread
ODBC C-tests commit: r141 - in trunk: doc etcsebrecht13 Jun