diff -r 04a1b74efd48 -r d32f34975bbf kerneltest/e32test/pccd/t_lfsdrv.cpp --- a/kerneltest/e32test/pccd/t_lfsdrv.cpp Mon Feb 01 19:40:00 2010 +0100 +++ b/kerneltest/e32test/pccd/t_lfsdrv.cpp Mon Feb 01 19:49:38 2010 +0100 @@ -73,7 +73,7 @@ test.Printf( _L("Check drive size: %d\r\n"),diskSize); // test.Getch(); test(info().iType==EMediaFlash); - test(info().iBattery==EBatNotSupported); + test(info().iConnectionBusType==EConnectionBusInternal); test(info().iDriveAtt==(TUint)(KDriveAttLocal|KDriveAttInternal)); test(info().iMediaAtt==KMediaAttFormattable); test(info().iFileSystemId==KDriveFileSysLFFS);