loggingservices/eventlogger/test/src/t_logwrap.cpp
changeset 55 44f437012c90
parent 29 cce6680bbf1c
equal deleted inserted replaced
51:7d4490026038 55:44f437012c90
   325 		CLogBase& logBase = wrapper->Log();
   325 		CLogBase& logBase = wrapper->Log();
   326 		TestBasicL(logBase, wrapper->ClientAvailable());
   326 		TestBasicL(logBase, wrapper->ClientAvailable());
   327 		delete wrapper;
   327 		delete wrapper;
   328 		}
   328 		}
   329 #else
   329 #else
   330 	RDebug::Print(_L("Test4INC047632L() can be executed only in debug mode. In release mode the LogEng server cannot be stopped.\n"));
   330 	TheTest.Printf(_L("Test4INC047632L() can be executed only in debug mode. In release mode the LogEng server cannot be stopped.\n"));
   331 #endif//_DEBUG
   331 #endif//_DEBUG
   332 	}
   332 	}
   333 /**
   333 /**
   334 @SYMTestCaseID          SYSLIB-LOGENG-CT-4001
   334 @SYMTestCaseID          SYSLIB-LOGENG-CT-4001
   335 @SYMTestCaseDesc	    Tests for INC114909
   335 @SYMTestCaseDesc	    Tests for INC114909
   366 	// as is the case without the defect fix.
   366 	// as is the case without the defect fix.
   367 	RLogTestSession theLogServ;
   367 	RLogTestSession theLogServ;
   368 	error = theLogServ.Connect();
   368 	error = theLogServ.Connect();
   369  	TEST(error == KErrNone);
   369  	TEST(error == KErrNone);
   370 #else
   370 #else
   371 	RDebug::Print(_L("Test4INC047632L() can be executed only in debug mode. In release mode the LogEng server cannot be stopped.\n"));
   371 	TheTest.Printf(_L("Test4INC047632L() can be executed only in debug mode. In release mode the LogEng server cannot be stopped.\n"));
   372 #endif//_DEBUG
   372 #endif//_DEBUG
   373 	}
   373 	}
   374 
   374 
   375 void doTestsL()
   375 void doTestsL()
   376 	{
   376 	{