cryptoservices/filebasedcertificateandkeystores/test/ttesttools/ttesttoolserver.cpp
changeset 8 35751d3474b7
parent 0 2c201484c85f
child 77 956a80986d49
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
   135 		testStep = new CTestToolListKeyStep();
   135 		testStep = new CTestToolListKeyStep();
   136 	else if (aStepName == KTestToolGetPolicyStep)	
   136 	else if (aStepName == KTestToolGetPolicyStep)	
   137 		testStep = new CTestToolGetPolicyStep();
   137 		testStep = new CTestToolGetPolicyStep();
   138 	else if (aStepName == KTestToolParseFileStep)	
   138 	else if (aStepName == KTestToolParseFileStep)	
   139 		testStep = new CTestToolParseFileStep();
   139 		testStep = new CTestToolParseFileStep();
       
   140 	else if (aStepName == KTestToolCheckFileStep)
       
   141 		testStep = new CTestToolCheckFileStep();
   140 
   142 
   141 	return testStep;
   143 	return testStep;
   142 
   144 
   143 	}
   145 	}