Index: unittests/tst_threads.cpp =================================================================== diff -u -rc9f8f8cf3c6c37fc6460d8675c62c9442c4d4263 -r4489378415df8f8398f59a20ca637b39f2ed2613 --- unittests/tst_threads.cpp (.../tst_threads.cpp) (revision c9f8f8cf3c6c37fc6460d8675c62c9442c4d4263) +++ unittests/tst_threads.cpp (.../tst_threads.cpp) (revision 4489378415df8f8398f59a20ca637b39f2ed2613) @@ -53,7 +53,7 @@ QCOMPARE( _FrameInterface .thread()->objectName(), "Can::FrameInterface_Thread" ); QCOMPARE( _MessageAcknowModel .thread()->objectName(), "Can::MessageAcknowModel_Thread" ); QCOMPARE( _MessageDispatcher .thread()->objectName(), "Can::MessageDispatcher_Thread" ); - QCOMPARE( _ApplicationController .thread()->objectName(), "Gui::ApplicationController_Thread" ); + QCOMPARE( _ApplicationController .thread()->objectName(), "ApplicationController_Thread" ); QCOMPARE( _GuiController .thread()->objectName(), "Gui::GuiController_Thread" ); }