diff -r 96e5fb8b040d -r 36bfc973b146 kerneltest/e32test/pccd/t_crrdrv.cpp --- a/kerneltest/e32test/pccd/t_crrdrv.cpp Thu Dec 17 09:24:54 2009 +0200 +++ b/kerneltest/e32test/pccd/t_crrdrv.cpp Thu Jan 07 13:38:45 2010 +0200 @@ -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);