[Non-ACR][ComponentManager][Update test application] 27/225327/1
authorHwankyu Jhun <h.jhun@samsung.com>
Wed, 19 Feb 2020 06:34:54 +0000 (15:34 +0900)
committerHwanKyu Jhun <h.jhun@samsung.com>
Wed, 19 Feb 2020 06:41:24 +0000 (06:41 +0000)
This patch fixes the label of ko-kr language.

Change-Id: Iee98ddf351f37e5691e3a49d62288bf044dcd7d5
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 54407bc..71f20cb 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">[KOR]FrameComponentSample</label>
+      <label xml:lang="ko-kr">FrameComponentSample</label>
     </frame-component>
     <service-component id="org.tizen.example.service-component" main="false">
       <label>ServiceComponentSample</label>
index 40d9845..21c9500 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 9c2aa34..57f522d 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 = "[KOR]FrameComponentSample";
+        private const string CompoLocalizedLabel = "FrameComponentSample";
         private ComponentInfo _compoInfo;
         private ComponentInfo _svcCompoInfo;