diff -r 04a1b74efd48 -r d32f34975bbf kerneltest/e32test/pccd/t_crrdrv.cpp --- a/kerneltest/e32test/pccd/t_crrdrv.cpp Mon Feb 01 19:40:00 2010 +0100 +++ b/kerneltest/e32test/pccd/t_crrdrv.cpp Mon Feb 01 19:49:38 2010 +0100 @@ -148,7 +148,7 @@ test(theCRomDrive.Caps(info)==KErrNone); test(info().iSize==(TInt64)KMaxDriveLen); test(info().iType==EMediaFlash); - test(info().iBattery==EBatNotSupported); + test(info().iConnectionBusType==EConnectionBusInternal); test(info().iDriveAtt==(KDriveAttLocal|KDriveAttRemovable)); test(info().iMediaAtt==KMediaAttFormattable); test(info().iFileSystemId==KDriveFileSysFAT);