kerneltest/f32test/server/t_sysbin.cpp
branchRCL_3
changeset 294 039a3e647356
parent 249 a179b74831c9
--- a/kerneltest/f32test/server/t_sysbin.cpp	Wed Sep 15 13:42:27 2010 +0300
+++ b/kerneltest/f32test/server/t_sysbin.cpp	Wed Oct 13 16:04:24 2010 +0300
@@ -344,14 +344,6 @@
 
 		test.End();
 
-	// All files on the emulator's Z: drive have the KEntryAttReadOnly flag set
-	// This flag will have been copied to the C: drive, so we need to remove this before calling CFileMan::RmDir()
-#ifdef __WINS__
-	r = TheFs.SetAtt(KDllCInCTest, 0, KEntryAttReadOnly);
-	test_KErrNone(r);
-#endif
-
-
 	_LIT(KCTestPath,"c:\\sysbin_test\\");
 	r = TheFileMan->RmDir(KCTestPath);
 	test_KErrNone(r);
@@ -389,14 +381,6 @@
 
 		test.End();
 
-	// All files on the emulator's Z: drive have the KEntryAttReadOnly flag set
-	// This flag will have been copied to the C: drive, so we need to remove this before calling CFileMan::RmDir()
-#ifdef __WINS__
-	r = TheFs.SetAtt(KDllDInCSysBinTest, 0, KEntryAttReadOnly);
-	test_KErrNone(r);
-#endif
-
-
 	_LIT(KCTestPath2,"c:\\sys\\bin\\test\\");
 	r = TheFileMan->RmDir(KCTestPath2);
 	test_KErrNone(r);