phonesettings/cpphonesettingsplugins/cptelephonyutils/tsrc/ut_cpphonenotes/ut_cpphonenotes.cpp
changeset 46 bc5a64e5bc3c
parent 45 6b911d05207e
child 51 f39ed5e045e0
--- a/phonesettings/cpphonesettingsplugins/cptelephonyutils/tsrc/ut_cpphonenotes/ut_cpphonenotes.cpp	Wed Jun 23 18:12:20 2010 +0300
+++ b/phonesettings/cpphonesettingsplugins/cptelephonyutils/tsrc/ut_cpphonenotes/ut_cpphonenotes.cpp	Tue Jul 06 14:15:47 2010 +0300
@@ -152,6 +152,7 @@
 void UT_CpPhoneNotes::t_showProgressNote()
 {
     CpPhoneNotes::instance()->showGlobalProgressNote(m_noteid1, "testshowProgressNote1");
+    QTest::qWait(5000);
     CpPhoneNotes::instance()->showGlobalProgressNote(m_noteid2, "testshowProgressNote2");
     QTest::qWait(5000);
 }
@@ -163,7 +164,7 @@
 {
     CpPhoneNotes::instance()->showGlobalProgressNote(m_noteid1, "testshowGPN");
     QTest::qWait(5000);
-    CpPhoneNotes::instance()->showGlobalProgressNote(m_noteid1,
+    CpPhoneNotes::instance()->showGlobalProgressNote(m_noteid2,
             hbTrId("txt_common_info_requesting"));
     QTest::qWait(5000);
 }