diff -r 345b1ca54e88 -r 039a3e647356 kerneltest/e32test/mmu/t_alias_remove.cpp --- a/kerneltest/e32test/mmu/t_alias_remove.cpp Wed Sep 15 13:42:27 2010 +0300 +++ b/kerneltest/e32test/mmu/t_alias_remove.cpp Wed Oct 13 16:04:24 2010 +0300 @@ -207,7 +207,7 @@ if ((fillValue & 0xf) == 1) test.Printf(_L(".")); - test.Printf(_L("Process ID %d start slave fill value %d\n"), aProcessId, fillValue); + PRINTF(T_PRINTF(_L("Process ID %d start slave fill value %d\n"), aProcessId, fillValue)); RServer2 masterServer; r = masterServer.CreateGlobal(MasterServerName); test_KErrNone(r); @@ -269,7 +269,7 @@ } } - test.Printf(_L("Process ID %d Wait for alias to complete\n"), aProcessId); + PRINTF(T_PRINTF(_L("Process ID %d Wait for alias to complete\n"), aProcessId)); masterMessage.Complete(KErrNone); User::WaitForRequest(threadStatus); TInt statusInt = threadStatus.Int(); @@ -280,7 +280,7 @@ test_Equal(EExitKill, readThread.ExitType()); readThread.Close(); - test.Printf(_L("Process ID %d Wait for slave to complete\n"), aProcessId); + PRINTF(T_PRINTF(_L("Process ID %d Wait for slave to complete\n"), aProcessId)); User::WaitForRequest(slaveStatus); test_Equal(EExitKill, slaveProcess.ExitType()); test_Equal(KErrNone, slaveProcess.ExitReason());