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