[DotnetUtil][Non-ACR][Fixed fail test] 64/198264/1
authorj-h.choi <j-h.choi@samsung.com>
Wed, 23 Jan 2019 05:42:43 +0000 (14:42 +0900)
committerj-h.choi <j-h.choi@samsung.com>
Wed, 23 Jan 2019 05:43:07 +0000 (14:43 +0900)
Change-Id: Id31ab0bdbf5e54f377fa8d8307e6aa00f7e95027

tct-suite-vs/Tizen.DotnetUtil.Tests/testcase/TSDotnetUtil.cs

index 05f7f5a..63afc3f 100755 (executable)
@@ -47,7 +47,7 @@ namespace Tizen.DotnetUtil.Tests
             Console.WriteLine("Tizen.NET API version : " + Common.DotnetUtil.TizenAPIVersion);
             /* TEST CODE */
             Assert.IsTrue((Common.DotnetUtil.TizenAPIVersion >= 0), "The Tizen .NET API version should be valid");
-            Assert.IsTrue((Common.DotnetUtil.TizenAPIVersion == 5), "The .NET API version of the TCT application is 5");
+            Assert.IsTrue((Common.DotnetUtil.TizenAPIVersion == 6), "The .NET API version of the TCT application is 6");
         }
     }
 }