diff -r 657f875b013e -r 73ea206103e6 kerneltest/f32test/server/b_gen.cpp --- a/kerneltest/f32test/server/b_gen.cpp Fri Jun 11 15:02:23 2010 +0300 +++ b/kerneltest/f32test/server/b_gen.cpp Wed Jun 23 19:44:53 2010 +0300 @@ -693,12 +693,12 @@ PrintDrvInfo(TheFs, gDriveNum); - //-- quick format the drive, if it isn't the emulator's C: - if(!Is_Win32(TheFs, gDriveNum)) - { + //-- quick format the drive, if it isn't drive C: of the emulator or PlatSim + if(!Is_SimulatedSystemDrive(TheFs, gDriveNum)) + { nRes = FormatDrive(TheFs, gDriveNum, ETrue); test_KErrNone(nRes); - } + } //----------------------------------- TInt c;