[NUI][Non-ACR] Fix Greater arguments 58/199558/2
authorhuiyu.eun <huiyu.eun@samsung.com>
Wed, 13 Feb 2019 05:00:03 +0000 (14:00 +0900)
committerhuiyu eun <huiyu.eun@samsung.com>
Wed, 13 Feb 2019 05:17:00 +0000 (05:17 +0000)
Change-Id: I0b06b4c2e0fbd9482646e2fe12857060c0342dcb
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
tct-suite-vs/Tizen.NUI.Tests/testcase/TSTypeInfo.cs

index a75be88f52c5be3701e3106b43d75f960d3eb6a6..0c35230213a17c5b7580a4336a53767d9011e41c 100755 (executable)
@@ -137,7 +137,7 @@ namespace Tizen.NUI.Tests
             {\r
                 var typeInfo = TypeRegistry.Get().GetTypeInfo("PushButton");\r
                 Assert.IsInstanceOf<TypeInfo>(typeInfo, "Should be an instance of TypeInfo type.");\r
-                Assert.Greater(0, typeInfo.GetPropertyCount(), "The property count should greater than 0");\r
+                Assert.Greater(typeInfo.GetPropertyCount(), 0, "The property count should greater than 0");\r
             }\r
             catch (Exception e)\r
             {\r