cryptoservices/filebasedcertificateandkeystores/test/ttesttools/ttesttoolstep.cpp
changeset 31 c0e7917aa107
parent 29 ece3df019add
equal deleted inserted replaced
30:880bdb445c5c 31:c0e7917aa107
   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