kerneltest/e32test/demandpaging/t_tbus_datapaging.cpp
changeset 31 56f325a607ea
parent 0 a41df078684a
child 87 2f92ad2dc5db
child 102 ef2a444a7410
--- a/kerneltest/e32test/demandpaging/t_tbus_datapaging.cpp	Mon Dec 21 16:14:42 2009 +0000
+++ b/kerneltest/e32test/demandpaging/t_tbus_datapaging.cpp	Wed Dec 23 11:43:31 2009 +0000
@@ -83,7 +83,7 @@
 RTest test(_L("T_TBUS_DATAPAGING"));
 _LIT(KChunkName, "t_datapaging chunk");
 
-const TUint KDriveAttMask = KDriveAttLocal | KDriveAttRom | KDriveAttInternal | KDriveAttRemovable | KDriveAttRemote;
+const TUint KDriveAttMask = KDriveAttLocal | KDriveAttRom | KDriveAttRemote;
 const TUint KMediaAttMask = KMediaAttVariableSize | KMediaAttDualDensity | KMediaAttLockable | KMediaAttLocked | KMediaAttHasPassword  | KMediaAttReadWhileWrite;
 
 void CreatePagedChunk(TInt aSizeInPages, TInt aWipeByte = -1)