From 2c472486a83216820f20f65c34dcb4c3110cb915 Mon Sep 17 00:00:00 2001 From: Wonki Kim Date: Thu, 13 Aug 2020 14:32:14 +0900 Subject: [PATCH] example/python: remove a redundent case Change-Id: Ic509c552836ca119235e5486850b5a43b417b8fb --- protocol/examples/python/testFeatures.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/protocol/examples/python/testFeatures.py b/protocol/examples/python/testFeatures.py index a4d95e6..b68b08a 100644 --- a/protocol/examples/python/testFeatures.py +++ b/protocol/examples/python/testFeatures.py @@ -95,7 +95,6 @@ def getAttributeTest(stub): ['SELECTED', False], ['SELECTABLE',True], ['SHOWING', True], - ['ACTIVE', True], ] isFailed = False for el in response.elements: @@ -120,7 +119,6 @@ def getAttributeTest(stub): ['SELECTED', False], ['SELECTABLE', True], ['SHOWING', False], - ['ACTIVE', False], ] isFailed = False for el in response.elements: -- 2.7.4