From: Hwankyu Jhun Date: Wed, 19 Feb 2020 06:34:54 +0000 (+0900) Subject: [Non-ACR][ComponentManager][Update test application] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d9722266b49c2b03810db86c2d864e4e714b741c;p=test%2Ftct%2Fcsharp%2Fapi.git [Non-ACR][ComponentManager][Update test application] This patch fixes the label of ko-kr language. Change-Id: Iee98ddf351f37e5691e3a49d62288bf044dcd7d5 Signed-off-by: Hwankyu Jhun --- diff --git a/tct-suite-vs/Resource/Tizen.Applications.ComponentBased.ComponentManager.Tests/ComponentBasedSample/ComponentBasedSample/tizen-manifest.xml b/tct-suite-vs/Resource/Tizen.Applications.ComponentBased.ComponentManager.Tests/ComponentBasedSample/ComponentBasedSample/tizen-manifest.xml index 54407bc..71f20cb 100755 --- a/tct-suite-vs/Resource/Tizen.Applications.ComponentBased.ComponentManager.Tests/ComponentBasedSample/ComponentBasedSample/tizen-manifest.xml +++ b/tct-suite-vs/Resource/Tizen.Applications.ComponentBased.ComponentManager.Tests/ComponentBasedSample/ComponentBasedSample/tizen-manifest.xml @@ -14,7 +14,7 @@ FrameComponentSample.png - + diff --git a/tct-suite-vs/Resource/Tizen.Applications.ComponentBased.ComponentManager.Tests/org.tizen.example.ComponentBasedSample-1.0.0.tpk b/tct-suite-vs/Resource/Tizen.Applications.ComponentBased.ComponentManager.Tests/org.tizen.example.ComponentBasedSample-1.0.0.tpk index 40d9845..21c9500 100755 Binary files a/tct-suite-vs/Resource/Tizen.Applications.ComponentBased.ComponentManager.Tests/org.tizen.example.ComponentBasedSample-1.0.0.tpk and b/tct-suite-vs/Resource/Tizen.Applications.ComponentBased.ComponentManager.Tests/org.tizen.example.ComponentBasedSample-1.0.0.tpk differ diff --git a/tct-suite-vs/Tizen.Applications.ComponentBased.ComponentManager.Tests/testcase/TSComponentInfo.cs b/tct-suite-vs/Tizen.Applications.ComponentBased.ComponentManager.Tests/testcase/TSComponentInfo.cs index 9c2aa34..57f522d 100755 --- a/tct-suite-vs/Tizen.Applications.ComponentBased.ComponentManager.Tests/testcase/TSComponentInfo.cs +++ b/tct-suite-vs/Tizen.Applications.ComponentBased.ComponentManager.Tests/testcase/TSComponentInfo.cs @@ -34,7 +34,7 @@ namespace Tizen.Applications.ComponentBased.Tests private const string AppId = "org.tizen.example.ComponentBasedSample"; private const string IconPath = "shared/res/FrameComponentSample.png"; private const string CompoLabel = "FrameComponentSample"; - private const string CompoLocalizedLabel = "[KOR]FrameComponentSample"; + private const string CompoLocalizedLabel = "FrameComponentSample"; private ComponentInfo _compoInfo; private ComponentInfo _svcCompoInfo;