diff -r a5496987b1da -r 189ece41fa29 kerneltest/f32test/filesystem/fat/t_mount.cpp --- a/kerneltest/f32test/filesystem/fat/t_mount.cpp Thu Jul 01 17:57:33 2010 +0100 +++ b/kerneltest/f32test/filesystem/fat/t_mount.cpp Fri Jul 09 13:13:20 2010 +0100 @@ -629,12 +629,12 @@ bDriveFinalised = DoCheckVolumeFinalised(gDriveNum); test(!bDriveFinalised); //-- the volume has become "unfinalised" - //-- 2.1 open a file, try to finalise; Shall dail with KErrInUse + //-- 2.1 open a file, try to finalise; This should be OK nRes = file.Replace(TheFs, KFileName, EFileWrite | EFileRead); test_KErrNone(nRes); nRes =TheFs.FinaliseDrive(gDriveNum, RFs::EFinal_RW); - test(nRes==KErrInUse); //-- can't finalise drives with opened objects + test_KErrNone(nRes); file.Close(); @@ -1274,7 +1274,6 @@ PrintDrvInfo(TheFs, gDriveNum); InitGlobals(); - TestNotifyDiskSpace(); //-------------------------------------