dbus/test/name-test test-threads-init.c,1.2,1.3
John Palmieri
johnp at kemper.freedesktop.org
Tue Nov 14 10:56:45 PST 2006
Update of /cvs/dbus/dbus/test/name-test
In directory kemper:/tmp/cvs-serv18895/test/name-test
Modified Files:
test-threads-init.c
Log Message:
* dbus/dbus-threads.h: fix DBUS_THREAD_FUNCTIONS_ALL_MASK to have
the correct value so we don't assert when initalizing recursive threads
* test/name-test/test-thread-init.c: call dbus_threads_init_default
instead of _dbus_threads_init_debug since it is more of a real world
test
Index: test-threads-init.c
===================================================================
RCS file: /cvs/dbus/dbus/test/name-test/test-threads-init.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- test-threads-init.c 1 Oct 2006 15:36:18 -0000 1.2
+++ test-threads-init.c 14 Nov 2006 18:56:43 -0000 1.3
@@ -140,7 +140,7 @@
check_condvar_lock (dispatch_cond1, dispatch_cond2, TRUE);
check_condvar_lock (io_path_cond1, io_path_cond2, TRUE);
- _dbus_threads_init_debug ();
+ dbus_threads_init_default ();
_dbus_connection_test_get_locks (conn, &mutex1,
&dispatch_mutex1,
More information about the dbus-commit
mailing list