cryptoservices/filebasedcertificateandkeystores/test/ttesttools/ttesttoolstep.cpp
changeset 29 ece3df019add
parent 8 35751d3474b7
equal deleted inserted replaced
19:cd501b96611d 29:ece3df019add
   609 		HBufC* actual16 = HBufC::NewLC(actualError->Length());
   609 		HBufC* actual16 = HBufC::NewLC(actualError->Length());
   610 		actual16->Des().Copy(*actualError);
   610 		actual16->Des().Copy(*actualError);
   611 	
   611 	
   612 		if (iExpectedError.CompareF(*actual16) != KErrNone)
   612 		if (iExpectedError.CompareF(*actual16) != KErrNone)
   613 			{
   613 			{
   614 			INFO_PRINTF1(_L("Exptected Error is Different from Actual"));
   614 			INFO_PRINTF1(_L("Expected Error is Different from Actual"));
   615 			SetTestStepResult(EFail);
   615 			SetTestStepResult(EFail);
   616 			}
   616 			}
   617 		CleanupStack::PopAndDestroy(3, fileContents); //actual16, actualError, fileContents
   617 		CleanupStack::PopAndDestroy(3, fileContents); //actual16, actualError, fileContents
   618 		}
   618 		}
   619 	else
   619 	else