[ComponentManager][Non-ACR][Fix wrong string] 81/215981/1
authorHwankyu Jhun <h.jhun@samsung.com>
Fri, 18 Oct 2019 04:50:44 +0000 (13:50 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Fri, 18 Oct 2019 04:50:44 +0000 (13:50 +0900)
Change-Id: Iccfd82196678bf3602d59f16412c254f28492c6e
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
tct-suite-vs/Resource/Tizen.Applications.ComponentBased.ComponentManager.Tests/ComponentBasedSample/ComponentBasedSample/tizen-manifest.xml
tct-suite-vs/Resource/Tizen.Applications.ComponentBased.ComponentManager.Tests/org.tizen.example.ComponentBasedSample-1.0.0.tpk
tct-suite-vs/Tizen.Applications.ComponentBased.ComponentManager.Tests/testcase/TSComponentInfo.cs

index 35f1fc22782fbcefb50af89a2ab694e7ff6723c5..54407bca7ea30a81c816494cebd86870e88ca135 100755 (executable)
@@ -14,7 +14,7 @@
       <label>FrameComponentSample</label>
       <icon>FrameComponentSample.png</icon>
       <label xml:lang="en-gb">FrameComponentSample</label>
-      <label xml:lang="ko-kr">프레임 컴포넌트 샘플</label>
+      <label xml:lang="ko-kr">[KOR]FrameComponentSample</label>
     </frame-component>
     <service-component id="org.tizen.example.service-component" main="false">
       <label>ServiceComponentSample</label>
index bab7396e9af3403b3ccceb3944a59d4a8bbe8e9b..40d98453978f84660598d20cf1044165bc766154 100755 (executable)
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
index 9885ed5c639f8310d88560ec62bc954e92aca88b..9c2aa34e84ca82178bbc57d40fe1a5d58458e4e5 100755 (executable)
@@ -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;