diff -r 56f325a607ea -r 0173bcd7697c kerneltest/e32test/pccd/t_idrv.cpp --- a/kerneltest/e32test/pccd/t_idrv.cpp Wed Dec 23 11:43:31 2009 +0000 +++ b/kerneltest/e32test/pccd/t_idrv.cpp Thu Jan 07 13:38:45 2010 +0200 @@ -131,7 +131,7 @@ test(theInternalDrive.Caps(infoPckg)==KErrNone); TUint saveSize=I64LOW(info.iSize); test(info.iType==EMediaRam); - test(info.iBattery==EBatNotSupported); + test(info.iConnectionBusType==EConnectionBusInternal); test(info.iDriveAtt==(KDriveAttLocal|KDriveAttInternal)); test(info.iMediaAtt==(KMediaAttVariableSize|KMediaAttFormattable)); test(info.iFileSystemId==KDriveFileSysFAT);