projects
/
platform
/
core
/
uifw
/
aurum.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c41ad7
)
example/python: remove a redundent case
author
Wonki Kim
<wonki_.kim@samsung.com>
Thu, 13 Aug 2020 05:32:14 +0000
(14:32 +0900)
committer
Jongmin Lee
<jm105.lee@samsung.com>
Thu, 27 Aug 2020 05:00:13 +0000
(14:00 +0900)
Change-Id: Ic509c552836ca119235e5486850b5a43b417b8fb
protocol/examples/python/testFeatures.py
patch
|
blob
|
history
diff --git
a/protocol/examples/python/testFeatures.py
b/protocol/examples/python/testFeatures.py
index a4d95e663d11b2f6017507124e33bd41d995cb7f..b68b08a7f7ae53b417efa742f9b353770a0a6e03 100644
(file)
--- 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: