From 5d7c7f76bcc9cb9aa299f9148e4acb74e1a271c0 Mon Sep 17 00:00:00 2001 From: Seungkeun Lee Date: Tue, 14 Aug 2018 09:53:23 +0900 Subject: [PATCH] [ElmSharp.Tests][Non-ACR] Remove wrong TC Change-Id: Iea77e2aa77490aa406acdf2aaa6558c8357e78d1 --- .../testcase/TSEcoreMainloop.cs | 19 ------------------- 1 file changed, 19 deletions(-) mode change 100755 => 100644 tct-suite-vs/Tizen.ElmSharp.Tests/testcase/TSEcoreMainloop.cs 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 75590a459..bb9000efa --- a/tct-suite-vs/Tizen.ElmSharp.Tests/testcase/TSEcoreMainloop.cs +++ b/tct-suite-vs/Tizen.ElmSharp.Tests/testcase/TSEcoreMainloop.cs @@ -62,25 +62,6 @@ namespace ElmSharp.Tests { Assert.IsNotNull(type.GetMethod("Begin"), "Begin method should exist."); } - [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.")] -- 2.34.1