kerneltest/e32test/demandpaging/t_tbus_datapaging.cpp
branchanywhere
changeset 41 d32f34975bbf
parent 31 56f325a607ea
child 87 2f92ad2dc5db
child 102 ef2a444a7410
--- a/kerneltest/e32test/demandpaging/t_tbus_datapaging.cpp	Mon Feb 01 19:40:00 2010 +0100
+++ b/kerneltest/e32test/demandpaging/t_tbus_datapaging.cpp	Mon Feb 01 19:49:38 2010 +0100
@@ -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)