assertion which can fail and is not a critical test.
+2006-04-07 Martyn Russell <martyn@imendio.com>
+
+ * tests/threadpool-test.c: (test_thread_stop_unused): Removed an
+ assertion which can fail and is not a critical test.
+
2006-04-07 Hans Breuer <hans@breuer.org>
* glib/makefile.msc.in : added gbase64.obj and derive the static libs
+2006-04-07 Martyn Russell <martyn@imendio.com>
+
+ * tests/threadpool-test.c: (test_thread_stop_unused): Removed an
+ assertion which can fail and is not a critical test.
+
2006-04-07 Hans Breuer <hans@breuer.org>
* glib/makefile.msc.in : added gbase64.obj and derive the static libs
DEBUG_MSG (("[unused] current threads %d",
test_count_threads()));
- g_assert (test_count_threads () == limit);
-
DEBUG_MSG (("[unused] stopping unused threads"));
-
g_thread_pool_stop_unused_threads ();
DEBUG_MSG (("[unused] waiting ONE second for threads to die"));