Merge the code from tizen_2.4
[platform/core/connectivity/bluetooth-frwk.git] / test / telephony / bluetooth-telephony-test.c
index 45be199..9a99661 100644 (file)
@@ -297,11 +297,7 @@ void startup()
 {
        TC_PRT("bluetooth framework TC startup");
 
-       if (!g_thread_supported()) {
-               g_thread_init(NULL);
-       }
-
-       dbus_g_thread_init();
+       dbus_threads_init_default();
 
        g_type_init();
        main_loop = g_main_loop_new(NULL, FALSE);