[NUI][Non-ACR][Fix MultilingualResourceManager testcase issue] 80/199580/1
authorFeng Jin <feng16.jin@samsung.com>
Wed, 13 Feb 2019 06:35:51 +0000 (14:35 +0800)
committerFeng Jin <feng16.jin@samsung.com>
Wed, 13 Feb 2019 06:37:56 +0000 (14:37 +0800)
Change-Id: Ifdc6042a4b81fd0b1e77d3763a7cab5ed3c42f9a
Signed-off-by: Feng Jin <feng16.jin@samsung.com>
tct-suite-vs/Tizen.NUI.Tests/testcase/TSNUIApplication.cs

index 042454c..6d137f5 100755 (executable)
@@ -116,7 +116,7 @@ namespace Tizen.NUI.Tests
             Assert.IsNotNull(NUIApplication.MultilingualResourceManager, "Should be not null!");
 
             string translatableText = null;
-            translatableText = NUIApplication.MultilingualResourceManager?.GetString("Picture", new CultureInfo("af-ZA"));
+            translatableText = NUIApplication.MultilingualResourceManager?.GetString("COM_SID_PICTURE", new CultureInfo("af-ZA"));
             Assert.AreEqual("Beeld", translatableText, "Picture should be Beeld in Dutch");
         }