List:Commits« Previous MessageNext Message »
From:sebrecht Date:April 25 2007 10:05am
Subject:ODBC C-tests commit: r78 - trunk/testsuites/t_sql
View as plain text  
Modified:
   trunk/testsuites/t_sql/databasehandling.c
Log:
insert a skip comment


Modified: trunk/testsuites/t_sql/databasehandling.c
===================================================================
--- trunk/testsuites/t_sql/databasehandling.c	2007-04-16 17:55:16 UTC (rev 77)
+++ trunk/testsuites/t_sql/databasehandling.c	2007-04-25 10:05:25 UTC (rev 78)
@@ -23,7 +23,8 @@
 
 OT_TEST_METHOD(databasehandling) 
 {
-  /* OT_TODO("it's not coded at the moment\n");*/
+  /* OT_SKIP("Skip for finding bug in other test\n"); */
+
   SQLHANDLE stmt;
   SQLRETURN rc;
   SQLCHAR name[3][STRLEN];

Thread
ODBC C-tests commit: r78 - trunk/testsuites/t_sqlsebrecht25 Apr