Added tohtml handling in separate thread
[mdictionary] / trunk / tests / mDictionaryTests / tst_Backbone.cpp
index 1867828..01f6a77 100644 (file)
@@ -198,7 +198,7 @@ void BackboneTest::translationTest() {
     qDebug() << "Time for backbone.search: " << time.elapsed();
     usleep(2000);
     time.start();
-    back->translation();
+    back->translationReady();
     qDebug() << "Time for backbone->translation: " << time.elapsed();
 
     QVERIFY2(translatS.count() == 1, "Lost finall 'ready()' signal");