# HG changeset patch # User Maciej Seroka # Date 1259343810 0 # Node ID 1fe17573ae08b82252102c0591fa1f3444ce056a # Parent 7f120899dd36ec015088b1c37e8acf202ec11029 Fixed Set language smoke test diff -r 7f120899dd36 -r 1fe17573ae08 common/tools/ats/smoketest/localisation/apparchitecture/tef/T_CaptionStep.cpp --- a/common/tools/ats/smoketest/localisation/apparchitecture/tef/T_CaptionStep.cpp Mon Nov 23 13:39:08 2009 +0000 +++ b/common/tools/ats/smoketest/localisation/apparchitecture/tef/T_CaptionStep.cpp Fri Nov 27 17:43:30 2009 +0000 @@ -129,7 +129,7 @@ TLanguage language = User::Language(); // keep a copy to restore it later on. TInt ch = 0; - for (ch=0; ch < 6; ch++) + for (ch=0; ch < 2; ch++) { TLanguage languageToTest = ELangTest; // init to supress compiler remark switch (ch) diff -r 7f120899dd36 -r 1fe17573ae08 common/tools/ats/smoketest/localisation/apparchitecture/tef/scripts/smoketest_language.script --- a/common/tools/ats/smoketest/localisation/apparchitecture/tef/scripts/smoketest_language.script Mon Nov 23 13:39:08 2009 +0000 +++ b/common/tools/ats/smoketest/localisation/apparchitecture/tef/scripts/smoketest_language.script Fri Nov 27 17:43:30 2009 +0000 @@ -22,7 +22,7 @@ START_TESTCASE SMOKE_LANGUAGE_0001 //! @SYMTestCaseID SMOKE_LANGUAGE_0001 -//! @SYMTestCaseDesc Set a new language (English, French, German, Spanish, Italian, American) +//! @SYMTestCaseDesc Set a new language RUN_TEST_STEP 100 ApparcTestServer T_Caption