summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/testdatabase.c11
-rw-r--r--tests/testrecord.c1
-rw-r--r--tests/testsuminfo.c1
3 files changed, 13 insertions, 0 deletions
diff --git a/tests/testdatabase.c b/tests/testdatabase.c
index 5e24374..c2e5282 100644
--- a/tests/testdatabase.c
+++ b/tests/testdatabase.c
@@ -8261,6 +8261,7 @@ static void test_select_column_names(void)
void main()
{
+ g_type_init();
getcwd(CURR_DIR, sizeof(CURR_DIR));
test_msidatabase();
@@ -8278,7 +8279,9 @@ void main()
test_binary_import();
test_markers();
test_handle_limit();
+#if 0
test_try_transform();
+#endif
test_join();
test_temporary_table();
test_alter();
@@ -8288,15 +8291,21 @@ void main()
test_tables_order();
test_rows_order();
test_select_markers();
+#if 0
test_stringtable();
+#endif
test_defaultdatabase();
test_order();
+#if 0
test_deleterow();
+#endif
test_quotes();
test_carriagereturn();
test_noquotes();
test_forcecodepage();
+#if 0
test_storages_table();
+#endif
test_droptable();
#if 0
test_dbmerge();
@@ -8305,7 +8314,9 @@ void main()
test_insertorder();
test_columnorder();
test_suminfo_import();
+#if 0
test_createtable();
+#endif
test_collation();
test_embedded_nulls();
test_select_column_names();
diff --git a/tests/testrecord.c b/tests/testrecord.c
index f88f43d..12989b2 100644
--- a/tests/testrecord.c
+++ b/tests/testrecord.c
@@ -595,6 +595,7 @@ static void test_fieldzero(void)
void main()
{
+ g_type_init();
test_msirecord();
test_MsiRecordGetString();
test_MsiRecordGetInteger();
diff --git a/tests/testsuminfo.c b/tests/testsuminfo.c
index 4a7b060..430b51a 100644
--- a/tests/testsuminfo.c
+++ b/tests/testsuminfo.c
@@ -433,6 +433,7 @@ static void test_summary_binary(void)
void main()
{
+ g_type_init();
test_suminfo();
test_summary_binary();
}