kerneltest/e32test/pccd/t_idrv.cpp
changeset 44 36bfc973b146
parent 43 96e5fb8b040d
child 90 947f0dc9f7a8
child 256 c1f20ce4abcf
--- a/kerneltest/e32test/pccd/t_idrv.cpp	Thu Dec 17 09:24:54 2009 +0200
+++ 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);