diff -r 4122176ea935 -r 56f325a607ea kerneltest/e32test/demandpaging/t_tbus_datapaging.cpp --- 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)