kerneltest/e32test/pccd/t_atadrv.cpp
changeset 44 36bfc973b146
parent 43 96e5fb8b040d
child 109 b3a1d9898418
equal deleted inserted replaced
43:96e5fb8b040d 44:36bfc973b146
   257 #else
   257 #else
   258 	test.Printf(_L("Check hidden sectors (=16/32): %d\r\n"),info.iHiddenSectors);
   258 	test.Printf(_L("Check hidden sectors (=16/32): %d\r\n"),info.iHiddenSectors);
   259 #endif
   259 #endif
   260 	// test.Getch();
   260 	// test.Getch();
   261 	test(info.iType==EMediaHardDisk);
   261 	test(info.iType==EMediaHardDisk);
   262 	test(info.iBattery==EBatNotSupported);
   262 	test(info.iConnectionBusType==EConnectionBusInternal);
   263 	test(info.iDriveAtt==(TUint)(KDriveAttLocal|KDriveAttRemovable));
   263 	test(info.iDriveAtt==(TUint)(KDriveAttLocal|KDriveAttRemovable));
   264 	test(info.iMediaAtt==KMediaAttFormattable);
   264 	test(info.iMediaAtt==KMediaAttFormattable);
   265 	test(info.iFileSystemId==KDriveFileSysFAT);
   265 	test(info.iFileSystemId==KDriveFileSysFAT);
   266 //	TSupplyInfoV1Buf supply2;
   266 //	TSupplyInfoV1Buf supply2;
   267 //	test(UserHal::SupplyInfo(supply2)==KErrNone);
   267 //	test(UserHal::SupplyInfo(supply2)==KErrNone);