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