X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=test%2FTizen.NUI.Devel.Tests.Ubuntu%2FTizen.NUI.Devel.Tests%2Ftestcase%2Fpublic%2FCommon%2FTSMatrix3.cs;h=b5ea4a55c43d6ed133c5f0fb5565da551b2c335b;hb=8a1462861b9609ff48537afa1ff8e1e97588074b;hp=6a2e4549437a89619b1d4c09218c3deb5c5e6ae9;hpb=6ce8134700c080549cd594e01f9c070a3aea34a3;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/test/Tizen.NUI.Devel.Tests.Ubuntu/Tizen.NUI.Devel.Tests/testcase/public/Common/TSMatrix3.cs b/test/Tizen.NUI.Devel.Tests.Ubuntu/Tizen.NUI.Devel.Tests/testcase/public/Common/TSMatrix3.cs index 6a2e454..b5ea4a5 100755 --- a/test/Tizen.NUI.Devel.Tests.Ubuntu/Tizen.NUI.Devel.Tests/testcase/public/Common/TSMatrix3.cs +++ b/test/Tizen.NUI.Devel.Tests.Ubuntu/Tizen.NUI.Devel.Tests/testcase/public/Common/TSMatrix3.cs @@ -92,19 +92,19 @@ namespace Tizen.NUI.Devel.Tests [Test] [Category("P1")] - [Description("Matrix3 IDENTITY.")] - [Property("SPEC", "Tizen.NUI.Matrix3.IDENTITY A")] + [Description("Matrix3 Identity.")] + [Property("SPEC", "Tizen.NUI.Matrix3.Identity A")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "PRO")] [Property("AUTHOR", "guowei.wang@samsung.com")] - public void Matrix3IDENTITY() + public void Matrix3Identity() { - tlog.Debug(tag, $"Matrix3IDENTITY START"); + tlog.Debug(tag, $"Matrix3Identity START"); try { - var result = Matrix3.IDENTITY; - tlog.Debug(tag, "IDENTITY : " + result); + var result = Matrix3.Identity; + tlog.Debug(tag, "Identity : " + result); } catch (Exception e) { @@ -112,7 +112,7 @@ namespace Tizen.NUI.Devel.Tests Assert.Fail("Caught Exception : Failed!"); } - tlog.Debug(tag, $"Matrix3IDENTITY END (OK)"); + tlog.Debug(tag, $"Matrix3Identity END (OK)"); } [Test]