kerneltest/e32test/pccd/t_atadrv.cpp
changeset 33 0173bcd7697c
parent 0 a41df078684a
child 109 b3a1d9898418
equal deleted inserted replaced
31:56f325a607ea 33:0173bcd7697c
   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);