* update test-cases

This commit is contained in:
Dirk-Jan C. Binnema
2011-05-19 22:49:13 +03:00
6 changed files with 947 additions and 5 deletions

View File

@ -484,7 +484,13 @@ main (int argc, char *argv[])
G_LOG_LEVEL_MASK | G_LOG_LEVEL_WARNING|
G_LOG_FLAG_FATAL| G_LOG_FLAG_RECURSION,
(GLogFunc)black_hole, NULL);
<<<<<<< HEAD
rv = g_test_run ();
=======
rv = g_test_run ();
>>>>>>> f6ff982e921b60b7afcba19dd85f01d576057f42
return rv;
}