From: Hwankyu Jhun Date: Fri, 18 Oct 2019 04:50:44 +0000 (+0900) Subject: [ComponentManager][Non-ACR][Fix wrong string] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F81%2F215981%2F1;p=test%2Ftct%2Fcsharp%2Fapi.git [ComponentManager][Non-ACR][Fix wrong string] Change-Id: Iccfd82196678bf3602d59f16412c254f28492c6e 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 35f1fc2..54407bc 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 bab7396..40d9845 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 9885ed5..9c2aa34 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 = "ÇÁ·¹ÀÓ ÄÄÆ÷³ÍÆ® »ùÇÃ"; + private const string CompoLocalizedLabel = "[KOR]FrameComponentSample"; private ComponentInfo _compoInfo; private ComponentInfo _svcCompoInfo;