plugins/contacts/symbian/plugin/tsrc/ut_symbian/ut_cntfiltering.cpp
changeset 5 603d3f8b6302
parent 0 876b1a06bc25
--- a/plugins/contacts/symbian/plugin/tsrc/ut_symbian/ut_cntfiltering.cpp	Fri Sep 17 08:34:34 2010 +0300
+++ b/plugins/contacts/symbian/plugin/tsrc/ut_symbian/ut_cntfiltering.cpp	Mon Oct 04 01:37:06 2010 +0300
@@ -243,16 +243,11 @@
     createContact_7();
     createContact_8();
     createContact_9();
-    // Empty contact
-    //QContact empty;
-    //mCntMng->saveContact(&empty);
     
     QContactManager::Error err;
     QList<QContactLocalId> cnt_ids = m_engine->contactIds(QContactFilter(),QList<QContactSortOrder>(), &err);
     int j = cnt_ids.count();
-    // 7contacts created in code, so check if all 5 were created
     QVERIFY(9 == j);
-    
 }