diff -r 31ea0f8e3c99 -r 5af6c74cd793 kerneltest/f32test/server/t_falsespace.cpp --- a/kerneltest/f32test/server/t_falsespace.cpp Thu Jun 10 11:48:01 2010 +0100 +++ b/kerneltest/f32test/server/t_falsespace.cpp Wed Jun 23 11:59:44 2010 +0100 @@ -1178,11 +1178,9 @@ r = TheFs.Drive(drv, gTestDrive); test_KErrNone(r); - //-- print drive information PrintDrvInfo(TheFs, gTestDrive); - // do not run the remainder of this test on RAM drive if (drv.iType == EMediaRam) { @@ -1191,9 +1189,9 @@ return; } - if (Is_Win32(TheFs, gTestDrive)) + if (Is_SimulatedSystemDrive(TheFs, gTestDrive)) { - test.Printf(_L("Skipping on emulator %C: drive\n"), gSessionPath[0]); + test.Printf(_L("Skipping T_FALSESPACE on PlatSim/Emulator drive %C:\n"), gSessionPath[0]); return; } @@ -1201,12 +1199,12 @@ Test1(); // General test for new APIs Test2(); // Test to ensure drive and session reserve limits are not exceeded Test3(); - Test4(); // test filling the drive and that each checked API fails + Test4(); // Test filling the drive and that each checked API fails Test5(); Test6(); Test7(); TestForDEF142554(); - Test2(); // run this test to check reserves are being cleared correctly + Test2(); // Run this test to check reserves are being cleared correctly TestFAT4G_Boundary();