diff -r da2ae96f639b -r cd501b96611d cryptoservices/filebasedcertificateandkeystores/test/tkeystore/t_open.cpp --- a/cryptoservices/filebasedcertificateandkeystores/test/tkeystore/t_open.cpp Mon Oct 12 10:17:04 2009 +0300 +++ b/cryptoservices/filebasedcertificateandkeystores/test/tkeystore/t_open.cpp Fri Nov 06 13:21:00 2009 +0200 @@ -308,11 +308,10 @@ void COpenKey::ConstructL(const TTestActionSpec& aTestActionSpec) { - TInt pos = 0, err = 0; CKeyStoreTestAction::ConstructL(aTestActionSpec); #if (defined(SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT) && defined(SYMBIAN_ENABLE_SDP_ECC)) - pos = 0; + TInt pos = 0, err = 0; TPtrC8 operationType = Input::ParseElement(aTestActionSpec.iActionBody, KOperationTypeStart, KOperationTypeEnd, pos, err); if(operationType.Compare(_L8("sign")) == 0) {