kerneltest/f32test/server/t_locate.cpp
branchCompilerCompatibility
changeset 77 c4d65d91ad0c
parent 62 4a8fed1c0ef6
child 80 597aaf25e343
--- a/kerneltest/f32test/server/t_locate.cpp	Mon Mar 08 11:57:08 2010 +0000
+++ b/kerneltest/f32test/server/t_locate.cpp	Sun Mar 14 13:15:32 2010 +0000
@@ -162,7 +162,7 @@
             err = TheFs.Drive(info, i);
             test( err == KErrNone ); 
                         
-            if( info.iDriveAtt  & KDriveAttRemovable )  
+            if(( info.iDriveAtt  & KDriveAttRemovable ) && !( info.iDriveAtt  & KDriveAttLogicallyRemovable ))  
             	{
 								
 				if ( ( info.iType != EMediaNotPresent) && (info.iType != EMediaUnknown) && (info.iType != EMediaCdRom) )