[ElmSharp][Non-ACR] Remove TC for obsoleted API 37/211237/1
authorJeonghyun Yun <jh0506.yun@samsung.com>
Wed, 31 Jul 2019 08:03:27 +0000 (17:03 +0900)
committerJeonghyun Yun <jh0506.yun@samsung.com>
Wed, 31 Jul 2019 08:03:27 +0000 (17:03 +0900)
According to native API is removed, remove TC for this ElmSharp API

[related efl patch]
https://review.tizen.org/gerrit/#/c/platform/upstream/efl/+/208418/
[related TizenFX patch]
https://github.com/Samsung/TizenFX/pull/954

Change-Id: I84dae93de13ede35ec4740d241fe91cc925e4d09

tct-suite-vs/Tizen.ElmSharp.Tests/testcase/TSContextPopup.cs

index 14e0f48..c436a61 100755 (executable)
@@ -166,25 +166,6 @@ namespace ElmSharp.Tests {
 
         [Test]
         [Category("P1")]
-        [Description("Check IsAvailableDirection returns without any exceptions.")]
-        [Property("SPEC", "ElmSharp.ContextPopup.IsAvailableDirection M")]
-        [Property("SPEC_URL", "-")]
-        [Property("CRITERIA", "MR")]
-        [Property("AUTHOR", "Wenfeng Ge, wenfeng.ge@samsung.com")]
-        public void IsAvailableDirection_RETURN()
-        {
-            var first = ContextPopupDirection.Up;
-            var second = ContextPopupDirection.Down;
-            var third = ContextPopupDirection.Left;
-            var fourth = ContextPopupDirection.Right;
-            Assert.IsInstanceOf<bool>(_contextPopup.IsAvailableDirection(first));
-            Assert.IsInstanceOf<bool>(_contextPopup.IsAvailableDirection(second));
-            Assert.IsInstanceOf<bool>(_contextPopup.IsAvailableDirection(third));
-            Assert.IsInstanceOf<bool>(_contextPopup.IsAvailableDirection(fourth));
-        }
-
-        [Test]
-        [Category("P1")]
         [Description("Check SetDirectionPriorty without any exceptions.")]
         [Property("SPEC", "ElmSharp.ContextPopup.SetDirectionPriorty M")]
         [Property("SPEC_URL", "-")]