[ElmSharp.Tests][Non-ACR] Remove wrong TC 13/186713/3
authorSeungkeun Lee <sngn.lee@samsung.com>
Tue, 14 Aug 2018 00:53:23 +0000 (09:53 +0900)
committerSeungkeun Lee <sngn.lee@samsung.com>
Tue, 14 Aug 2018 03:50:23 +0000 (03:50 +0000)
Change-Id: Iea77e2aa77490aa406acdf2aaa6558c8357e78d1

tct-suite-vs/Tizen.ElmSharp.Tests/testcase/TSEcoreMainloop.cs [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index 75590a4..bb9000e
@@ -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", "-")]