cryptomgmtlibs/securitytestfw/test/testhandler2/tScriptSetup.cpp
changeset 77 956a80986d49
parent 8 35751d3474b7
child 96 a71299154b21
child 102 deec7e509f66
--- a/cryptomgmtlibs/securitytestfw/test/testhandler2/tScriptSetup.cpp	Thu Jun 24 15:55:20 2010 +0530
+++ b/cryptomgmtlibs/securitytestfw/test/testhandler2/tScriptSetup.cpp	Thu Jul 01 18:10:29 2010 +0530
@@ -206,7 +206,7 @@
 		else
 			{
 			TPtr scriptFileNameDes = iScriptPath->Des();
-			if (scriptFileNameDes.Right(7) == _L(".script"))
+			if (scriptFileNameDes.Right(8) == _L(".script1"))
 				{
 				iTefScript = ETrue;
 				}