diff -r 0ffb4e86fcc9 -r a179b74831c9 kerneltest/e32test/mmu/t_alias_remove.cpp --- a/kerneltest/e32test/mmu/t_alias_remove.cpp Thu Jul 15 20:11:42 2010 +0300 +++ b/kerneltest/e32test/mmu/t_alias_remove.cpp Thu Aug 19 11:14:22 2010 +0300 @@ -207,7 +207,7 @@ if ((fillValue & 0xf) == 1) test.Printf(_L(".")); - PRINTF(T_PRINTF(_L("Process ID %d start slave fill value %d\n"), aProcessId, fillValue)); + test.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 @@ } } - PRINTF(T_PRINTF(_L("Process ID %d Wait for alias to complete\n"), aProcessId)); + test.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(); - PRINTF(T_PRINTF(_L("Process ID %d Wait for slave to complete\n"), aProcessId)); + test.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());