kerneltest/e32test/pccd/t_atadrv.cpp
branchanywhere
changeset 41 d32f34975bbf
parent 33 0173bcd7697c
child 109 b3a1d9898418
--- a/kerneltest/e32test/pccd/t_atadrv.cpp	Mon Feb 01 19:40:00 2010 +0100
+++ b/kerneltest/e32test/pccd/t_atadrv.cpp	Mon Feb 01 19:49:38 2010 +0100
@@ -259,7 +259,7 @@
 #endif
 	// test.Getch();
 	test(info.iType==EMediaHardDisk);
-	test(info.iBattery==EBatNotSupported);
+	test(info.iConnectionBusType==EConnectionBusInternal);
 	test(info.iDriveAtt==(TUint)(KDriveAttLocal|KDriveAttRemovable));
 	test(info.iMediaAtt==KMediaAttFormattable);
 	test(info.iFileSystemId==KDriveFileSysFAT);