28 #include "test-stuff.h"
47 do_test (!
guid_equal (&g, gp),
"two guids equal");
60 sess = qof_session_new ();
61 book = qof_session_get_book (sess);
62 do_test ((NULL != book),
"book not created");
69 for (i = 0; i < NENT; i++)
80 qof_session_destroy (sess);
87 g_log_set_always_fatal (G_LOG_LEVEL_CRITICAL | G_LOG_LEVEL_WARNING);
92 print_test_results ();