diff -r 04a1b74efd48 -r d32f34975bbf kerneltest/e32test/demandpaging/t_tbus_datapaging.cpp --- 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)