diff -r e4ebb16b39ea -r 603d3f8b6302 plugins/contacts/symbian/plugin/tsrc/ut_symbian/ut_cntfiltering.cpp --- 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 cnt_ids = m_engine->contactIds(QContactFilter(),QList(), &err); int j = cnt_ids.count(); - // 7contacts created in code, so check if all 5 were created QVERIFY(9 == j); - }