cryptomgmtlibs/securitytestfw/test/testhandler2/tScriptSetup.cpp
branchRCL_3
changeset 96 a71299154b21
parent 95 641f389e9157
--- a/cryptomgmtlibs/securitytestfw/test/testhandler2/tScriptSetup.cpp	Tue Aug 31 17:00:08 2010 +0300
+++ b/cryptomgmtlibs/securitytestfw/test/testhandler2/tScriptSetup.cpp	Wed Sep 01 12:40:57 2010 +0100
@@ -206,7 +206,7 @@
 		else
 			{
 			TPtr scriptFileNameDes = iScriptPath->Des();
-			if (scriptFileNameDes.Right(8) == _L(".script1"))
+			if (scriptFileNameDes.Right(7) == _L(".script"))
 				{
 				iTefScript = ETrue;
 				}