common/tools/ats/smoketest/localisation/apparchitecture/tef/T_CaptionStep.cpp
changeset 834 999603a97139
parent 833 6ffc235847d0
child 872 17498133d9ad
--- a/common/tools/ats/smoketest/localisation/apparchitecture/tef/T_CaptionStep.cpp	Fri Dec 18 14:46:04 2009 +0000
+++ b/common/tools/ats/smoketest/localisation/apparchitecture/tef/T_CaptionStep.cpp	Fri Dec 18 17:06:04 2009 +0000
@@ -129,8 +129,7 @@
 	TLanguage language = User::Language();	// keep a copy to restore it later on.
 	
 	TInt ch = 0;
-	// loop changed to run French only
-	for (ch=1; ch < 2; ch++)
+	for (ch=0; ch < 2; ch++)
 		{
 		TLanguage languageToTest = ELangTest;	// init to supress compiler remark
 		switch (ch)
@@ -176,7 +175,10 @@
 		TestCApaSystemControlListL();
 		TestCApaDoorL();
 		TestTApaAppInfoStreamsL();
-		HEAP_TEST_LS_SESSION(iLs, 0, 0, TestTApaAppInfoL(), iLs.ClearAppInfoArray() );
+		//Skip the memory leak test
+		//HEAP_TEST_LS_SESSION(iLs, 0, 0, TestTApaAppInfoL(), iLs.ClearAppInfoArray() );
+		//and run this instead
+		TestTApaAppInfoL();
 
 		INFO_PRINTF1(_L("Test for that language finished..."));
 		}