kerneltest/f32test/server/t_proxydrive1.cpp
branchRCL_3
changeset 41 0ffb4e86fcc9
parent 36 bbf8bed59bcb
child 43 c1f20ce4abcf
--- a/kerneltest/f32test/server/t_proxydrive1.cpp	Mon Jun 21 17:12:14 2010 +0300
+++ b/kerneltest/f32test/server/t_proxydrive1.cpp	Thu Jul 15 20:11:42 2010 +0300
@@ -150,7 +150,12 @@
 	r = TheFs.DismountProxyDrive(driveNumber);
 	test.Printf(_L("DismountProxyDrive(%d) r %d\n"), driveNumber, r);
 	test (r == KErrNone);
-	
+
+	test.Printf(_L("Calling RemoveProxyDrive()...\n"));
+	r = TheFs.RemoveProxyDrive(KBitProxyDrive);
+	test.Printf(_L("RemoveProxyDrive() r %d\n"), r);
+	test (r == KErrNone);
+	User::After(1000000);
 
 	test.Printf(_L("closing dir (%S)....\n"), &dirPath, r);
 	dir.Close();
@@ -158,8 +163,6 @@
 	test.Printf(_L("closing file session()....\n"));
 	fs.Close();
 
-	r = TheFs.RemoveProxyDrive(KBitProxyDrive);
-	test (r == KErrNone);
 
 	test.End();
 	test.Close();