logsui/logsapp/tsrc/ut_logsapp/src/ut_logscomponentrepository.cpp
changeset 15 76d2cf7a585e
parent 8 6c9acdc6adc0
child 17 90fe74753f71
--- a/logsui/logsapp/tsrc/ut_logsapp/src/ut_logscomponentrepository.cpp	Fri Aug 06 14:57:47 2010 +0300
+++ b/logsui/logsapp/tsrc/ut_logsapp/src/ut_logscomponentrepository.cpp	Mon Aug 23 18:14:51 2010 +0300
@@ -127,7 +127,7 @@
     QVERIFY( !mRepository->loadSection(LogsUnknownViewId, "default") );
     
     //loading of non-existing section
-    QVERIFY( mRepository->loadSection(LogsDetailsViewId, "dummy") );
+    QVERIFY( !mRepository->loadSection(LogsDetailsViewId, "dummy") );
 
     //loading of existing section is ok
     mRepository->matchesView();