loggingservices/eventlogger/test/src/t_logservercrash.cpp
changeset 55 44f437012c90
parent 51 7d4490026038
equal deleted inserted replaced
51:7d4490026038 55:44f437012c90
   194  Details can be found in DEF047320
   194  Details can be found in DEF047320
   195  
   195  
   196  */
   196  */
   197 void doTestsL() 
   197 void doTestsL() 
   198 	{
   198 	{
       
   199 	//When SYSLIBS_TEST is defined, the test ECOM contact matching plug-in will be loaded, 
       
   200 //otherwise the real contact matching plug-in will be loaded.
       
   201 //Therefore, in armv5 urel build, no plug-in will be loaded.
       
   202 #ifdef __WINS__
       
   203     TheMatchingIsEnabled = TestUtils::MatchingEnabledL();
       
   204 #else 
       
   205     
       
   206 #ifdef SYSLIBS_TEST 
   199 	TheMatchingIsEnabled = TestUtils::MatchingEnabledL();
   207 	TheMatchingIsEnabled = TestUtils::MatchingEnabledL();
       
   208 #endif
       
   209 	
       
   210 #endif
   200 	
   211 	
   201 	// test 0 adds an event
   212 	// test 0 adds an event
   202 	TestUtils::Initialize(_L("t_logservercrash"));
   213 	TestUtils::Initialize(_L("t_logservercrash"));
   203 	TestUtils::DeleteDatabaseL();
   214 	TestUtils::DeleteDatabaseL();
   204 
   215