[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 35f1fc2..54407bc 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 bab7396..40d9845 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 9885ed5..9c2aa34 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;