traceservices/tracefw/ulogger/unit_test/te-outfrwkchans/te-serial/uloggerserialplugintest.cpp
branchRCL_3
changeset 24 cc28652e0254
parent 23 26645d81f48d
--- a/traceservices/tracefw/ulogger/unit_test/te-outfrwkchans/te-serial/uloggerserialplugintest.cpp	Tue Aug 31 16:57:14 2010 +0300
+++ b/traceservices/tracefw/ulogger/unit_test/te-outfrwkchans/te-serial/uloggerserialplugintest.cpp	Wed Sep 01 12:39:58 2010 +0100
@@ -47,7 +47,7 @@
  * Description: Retrieve and print some data from an external ini data file
  *
  */
-void CSerial0Step::TestUnlockResourcesL()
+void CSerial0Step::TestUnlockResources()
 	{
 	Ulogger::CSerialWriter* serialWriter = Ulogger::CSerialWriter::NewL();
 	INFO_PRINTF1(_L("Invoking CSerialWriter::CloseOutputPlugin(). CloseOutputPlugin() is supposed to do nothing."));
@@ -66,7 +66,7 @@
  * Description: Retrieve and print some data from an external ini data file
  *
  */
-void CSerial0Step::TestSettingsL()
+void CSerial0Step::TestSettings()
 	{
 	Ulogger::CSerialWriter* serialWriter = Ulogger::CSerialWriter::NewL();
 	INFO_PRINTF1(_L("Passing empty RPointerArray to CSerialWriter::ConfigureOutputPlugin()"));
@@ -92,7 +92,7 @@
  *
  */
 // The implementation for this is not working correctly! Check this
-void CSerial0Step::TestWriteL()
+void CSerial0Step::TestWrite()
 	{
 	INFO_PRINTF1(_L("Checking that CSerialWriter::Write(const TDesC8&) writes a string correctly to the serial port"));
 
@@ -148,9 +148,9 @@
 	  if (TestStepResult()==EPass)
 		{
 		TestNewL();
-		TestUnlockResourcesL();
-		TestSettingsL();
-		TestWriteL();
+		TestUnlockResources();
+		TestSettings();
+		TestWrite();
 		
 		if(iErrors == 0)
 			SetTestStepResult(EPass);