kerneltest/e32test/pccd/t_lfsdrv.cpp
changeset 44 36bfc973b146
parent 43 96e5fb8b040d
equal deleted inserted replaced
43:96e5fb8b040d 44:36bfc973b146
    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"));