[NON-ACR] Remove unsupported error type 89/297789/1
authorwn.jang <wn.jang@samsung.com>
Thu, 24 Aug 2023 08:36:25 +0000 (17:36 +0900)
committerwn.jang <wn.jang@samsung.com>
Thu, 24 Aug 2023 08:37:53 +0000 (17:37 +0900)
Change-Id: I426f17a0f946b292ac0d18066f63157da91d958a

tct-suite-vs/Tizen.VoiceControl.Tests/testcase/TSVoiceControlClient.cs

index c55d4cb..dca7f9a 100755 (executable)
@@ -291,25 +291,6 @@ namespace Tizen.Uix.VoiceControl.Tests
         }
 
         [Test]
-        [Category("P2")]
-        [Description("Check working of VoiceControl SetInvocationName method for ArgumentException exception due to null parameter")]
-        [Property("SPEC", "Tizen.Uix.VoiceControl.VoiceControlClient.SetInvocationName M")]
-        [Property("SPEC_URL", "-")]
-        [Property("CRITERIA", "MEX")]
-        [Property("AUTHOR", "Manish Rathod, manish.r@samsung.com")]
-        public void SetInvocationName_EXCEPTION_NULL_PARAM()
-        {
-            /*
-             * TEST CODE
-             */
-            VoiceControlHelper.PrintLog(Type.DLogAndlogUtil, "Executing TC:SetInvocationName_EXCEPTION_NULL_PARAM");
-            if (_featureSupported) {
-                Assert.Throws<ArgumentException>(() => VoiceControlClient.SetInvocationName(null));
-            }
-            VoiceControlHelper.PrintLog(Type.DLogAndlogUtil, "Completed TC:SetInvocationName_EXCEPTION_NULL_PARAM");
-        }
-
-        [Test]
         [Category("P1")]
         [Description("Check working of VoiceControl Initialize method for no exception")]
         [Property("SPEC", "Tizen.Uix.VoiceControl.VoiceControlClient.Initialize M")]