kerneltest/e32test/pccd/t_lfsdrv.cpp
branchanywhere
changeset 41 d32f34975bbf
parent 33 0173bcd7697c
equal deleted inserted replaced
40:04a1b74efd48 41:d32f34975bbf
    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"));