diff -r 75252ea6123b -r c7a0ce20c48c kerneltest/e32test/mmu/t_alias_remove.cpp --- a/kerneltest/e32test/mmu/t_alias_remove.cpp Mon Jul 26 10:52:56 2010 +0100 +++ b/kerneltest/e32test/mmu/t_alias_remove.cpp Fri Aug 06 16:34:38 2010 +0100 @@ -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());