diff -r c1f20ce4abcf -r 3e88ff8f41d5 kerneltest/f32test/server/b_open.cpp --- a/kerneltest/f32test/server/b_open.cpp Tue Aug 31 16:34:26 2010 +0300 +++ b/kerneltest/f32test/server/b_open.cpp Wed Sep 01 12:34:56 2010 +0100 @@ -23,9 +23,6 @@ #include #include "t_server.h" #include "t_chlffs.h" -#include "f32_test_utils.h" - -using namespace F32_Test_Utils; #ifdef __WINS__ #define WIN32_LEAN_AND_MEAN @@ -347,15 +344,15 @@ // Call tests that may leave // { - if (Is_SimulatedSystemDrive(TheFs, CurrentDrive())) - { - // These tests try to create a huge file to fill up the drive. - // This fails on WINS with drives with > 1/2G free because - // RFile::SetSize() (among other things) only takes a TInt. - test.Printf(_L("Skipping B_OPEN on PlatSim/Emulator drive %C:\n"), gSessionPath[0]); + +#ifdef __WINS__ +// These tests try to create a huge file to fill up the drive. +// This fails on WINS with drives with > 1/2G free because +// RFile::SetSize() (among other things) only takes a TInt. +// + if (gSessionPath.Left(1).CompareF(_L("C")) == 0) return; - } - +#endif CreateTestDirectory(_L("\\B_OPEN\\")); InitTest(); testOpenFiles();