diff -r e4ebb16b39ea -r 603d3f8b6302 plugins/contacts/symbian/contactsmodel/tsrc/cntplsql/src/t_cqwertykeymap.cpp --- a/plugins/contacts/symbian/contactsmodel/tsrc/cntplsql/src/t_cqwertykeymap.cpp Fri Sep 17 08:34:34 2010 +0300 +++ b/plugins/contacts/symbian/contactsmodel/tsrc/cntplsql/src/t_cqwertykeymap.cpp Mon Oct 04 01:37:06 2010 +0300 @@ -22,9 +22,7 @@ // SYSTEM INCLUDES #include -#if defined(USE_ORBIT_KEYMAP) #include -#endif // ----------------------------------------------------------------------------- @@ -89,11 +87,9 @@ // void UT_CQwertyKeyMap::SetupL() { -#if defined(USE_ORBIT_KEYMAP) // Create singleton outside actual test cases so that it is not treated as // resource leak, since it can't be deleted. HbKeymapFactory::instance(); -#endif } // ----------------------------------------------------------------------------- @@ -113,7 +109,6 @@ // void UT_CQwertyKeyMap::UT_NewLL() { -#if defined(USE_ORBIT_KEYMAP) // Check each key has been mapped EUNIT_ASSERT_EQUALS(CQwertyKeyMap::EAmountOfKeysInQwertyKeypad, iKeyMap->iKeyMapping.count()); @@ -125,7 +120,6 @@ { EUNIT_ASSERT(iKeyMap->iKeyMapping.at(i).length() > 0); } -#endif } // -----------------------------------------------------------------------------