cryptomgmtlibs/securitytestfw/test/testhandler2/tScriptSetup.cpp
changeset 77 956a80986d49
parent 8 35751d3474b7
child 96 a71299154b21
child 102 deec7e509f66
equal deleted inserted replaced
73:2f170b33ba46 77:956a80986d49
   204 			iScriptPath = NULL;
   204 			iScriptPath = NULL;
   205 			}
   205 			}
   206 		else
   206 		else
   207 			{
   207 			{
   208 			TPtr scriptFileNameDes = iScriptPath->Des();
   208 			TPtr scriptFileNameDes = iScriptPath->Des();
   209 			if (scriptFileNameDes.Right(7) == _L(".script"))
   209 			if (scriptFileNameDes.Right(8) == _L(".script1"))
   210 				{
   210 				{
   211 				iTefScript = ETrue;
   211 				iTefScript = ETrue;
   212 				}
   212 				}
   213 			}
   213 			}
   214 		}
   214 		}