From: Seungkeun Lee Date: Tue, 14 Aug 2018 00:53:23 +0000 (+0900) Subject: [ElmSharp.Tests][Non-ACR] Remove wrong TC X-Git-Tag: tct5.0_m2~116^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F13%2F186713%2F3;p=test%2Ftct%2Fcsharp%2Fapi.git [ElmSharp.Tests][Non-ACR] Remove wrong TC Change-Id: Iea77e2aa77490aa406acdf2aaa6558c8357e78d1 --- diff --git a/tct-suite-vs/Tizen.ElmSharp.Tests/testcase/TSEcoreMainloop.cs b/tct-suite-vs/Tizen.ElmSharp.Tests/testcase/TSEcoreMainloop.cs old mode 100755 new mode 100644 index 75590a4..bb9000e --- a/tct-suite-vs/Tizen.ElmSharp.Tests/testcase/TSEcoreMainloop.cs +++ b/tct-suite-vs/Tizen.ElmSharp.Tests/testcase/TSEcoreMainloop.cs @@ -64,25 +64,6 @@ namespace ElmSharp.Tests { [Test] [Category("P1")] - [Description("Check whether Quit work properly, should not throw any exception.")] - [Property("SPEC", "ElmSharp.EcoreMainloop.Quit M")] - [Property("SPEC_URL", "-")] - [Property("CRITERIA", "MR")] - [Property("AUTHOR", "An Li, an87.li@samsung.com")] - public void Quit_Check() - { - try - { - EcoreMainloop.Quit(); - } - catch (Exception ex) - { - Assert.Fail("Quit should not throw exception :" + ex.ToString()); - } - } - - [Test] - [Category("P1")] [Description("Check whether Post work properly, should not throw any exception.")] [Property("SPEC", "ElmSharp.EcoreMainloop.Post M")] [Property("SPEC_URL", "-")]