kerneltest/e32test/pccd/t_lfsdrv.cpp
changeset 33 0173bcd7697c
parent 0 a41df078684a
equal deleted inserted replaced
31:56f325a607ea 33:0173bcd7697c
    71 	test(theDrive.Caps(info)==KErrNone);
    71 	test(theDrive.Caps(info)==KErrNone);
    72 	TInt diskSize=I64LOW(info().iSize);
    72 	TInt diskSize=I64LOW(info().iSize);
    73 	test.Printf( _L("Check drive size: %d\r\n"),diskSize);
    73 	test.Printf( _L("Check drive size: %d\r\n"),diskSize);
    74 //	test.Getch();
    74 //	test.Getch();
    75 	test(info().iType==EMediaFlash);
    75 	test(info().iType==EMediaFlash);
    76 	test(info().iBattery==EBatNotSupported);
    76 	test(info().iConnectionBusType==EConnectionBusInternal);
    77 	test(info().iDriveAtt==(TUint)(KDriveAttLocal|KDriveAttInternal));
    77 	test(info().iDriveAtt==(TUint)(KDriveAttLocal|KDriveAttInternal));
    78 	test(info().iMediaAtt==KMediaAttFormattable);
    78 	test(info().iMediaAtt==KMediaAttFormattable);
    79 	test(info().iFileSystemId==KDriveFileSysLFFS);
    79 	test(info().iFileSystemId==KDriveFileSysLFFS);
    80 
    80 
    81 	test.Next(_L("LFS drive: Read"));
    81 	test.Next(_L("LFS drive: Read"));