Stuck this in bugzilla as bug #136997. Should be an easy fix.
--
Dan
-----Original Message-----
From: Dave Neary <dneary@xxxxxxx>
Sent: Mar 3, 2004 10:40 AM
To: Calvin Williamson <calvinw@xxxxxxxxxxxxxx>,
Daniel Rogers <daniel@xxxxxxxxxxxxxxxxx>
Subject: gegl unit tests failures
Hi,
I dug around a little, and there are 2 tests which are causing problems
for me - adding in the following #if/#endif makes things work again.
#if 0
cs_addTest(suite, create_mock_cache_entry_test());
cs_addTest(suite, create_buffer_caching_test());
#endif
For Dan's benefit, without those lines, I am getting
GLib-GObject-ERROR **: file gobject.c: line 448 (g_object_last_unref):
assertion failed: (g_hash_table_lookup (debug_objects_ht, object) == NULL)
aborting...
FAIL: testgegl
===================
1 of 1 tests failed
===================
make[1]: *** [check-TESTS] Error 1
this is in cs_run().
So I'm not sure what's special about those 2 tests (they certainly don't
look unusual), but there ye go.
Cheers,
Dave.