common/tools/ats/smoketest/localisation/apparchitecture/tef/T_CaptionStep.cpp
changeset 833 6ffc235847d0
parent 796 1fe17573ae08
child 834 999603a97139
--- a/common/tools/ats/smoketest/localisation/apparchitecture/tef/T_CaptionStep.cpp	Tue Dec 15 14:31:00 2009 +0000
+++ b/common/tools/ats/smoketest/localisation/apparchitecture/tef/T_CaptionStep.cpp	Fri Dec 18 14:46:04 2009 +0000
@@ -129,7 +129,8 @@
 	TLanguage language = User::Language();	// keep a copy to restore it later on.
 	
 	TInt ch = 0;
-	for (ch=0; ch < 2; ch++)
+	// loop changed to run French only
+	for (ch=1; ch < 2; ch++)
 		{
 		TLanguage languageToTest = ELangTest;	// init to supress compiler remark
 		switch (ch)