Index: unittests/tst_threads.cpp =================================================================== diff -u -ra9b3b248a786b93bf6dfd8c29946d708d18dde9a -re21b48f8a2c42ab879a807c82970b0fb6d1b37d7 --- unittests/tst_threads.cpp (.../tst_threads.cpp) (revision a9b3b248a786b93bf6dfd8c29946d708d18dde9a) +++ unittests/tst_threads.cpp (.../tst_threads.cpp) (revision e21b48f8a2c42ab879a807c82970b0fb6d1b37d7) @@ -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" ); }