Modified:
trunk/testsuites/t_sql/userhandling.c
Log:
add TODO to test users with german letters, because it doesn't work with v5
Modified: trunk/testsuites/t_sql/userhandling.c
===================================================================
--- trunk/testsuites/t_sql/userhandling.c 2007-04-25 10:05:25 UTC (rev 78)
+++ trunk/testsuites/t_sql/userhandling.c 2007-04-25 10:25:08 UTC (rev 79)
@@ -178,9 +178,14 @@
char *crtqry;
char *crtqrytmp;
int i;
+
+ OT_TODO("this test doesn't work with v5, please skip it, using v5");
+ /* OT_SKIP("this test doesn't work with v5"); */
+
stmt = get_statement();
len = (SQLINTEGER *)malloc(sizeof(SQLINTEGER));
i=0;
+
name[0] = "t name[1] = "t name[2] = "t
| Thread |
|---|
| • ODBC C-tests commit: r79 - trunk/testsuites/t_sql | sebrecht | 25 Apr |