diff options
author | Dave Andreoli <dave@gurumeditation.it> | 2017-07-22 08:46:19 +0200 |
---|---|---|
committer | Dave Andreoli <dave@gurumeditation.it> | 2017-07-22 08:46:19 +0200 |
commit | 9d5efd8aefe264b15af6ae86d3720432ee7b2816 (patch) | |
tree | 95b4f23e0971f5f83037e874cf5f0a1921f3c1d1 | |
parent | 25f620ef19e074cf403928434535619bea325a63 (diff) |
Do not test Combobox widget
it is deprecated
-rw-r--r-- | tests/eo/test_02_class_names.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/eo/test_02_class_names.py b/tests/eo/test_02_class_names.py index 4a96ed7..9f5fbfd 100644 --- a/tests/eo/test_02_class_names.py +++ b/tests/eo/test_02_class_names.py | |||
@@ -44,7 +44,7 @@ class TestElmClassNames(unittest.TestCase): | |||
44 | # 2. test all the other widgets | 44 | # 2. test all the other widgets |
45 | for cls in [elm.Actionslider, elm.Background, elm.Box, | 45 | for cls in [elm.Actionslider, elm.Background, elm.Box, |
46 | elm.Bubble, elm.Button, elm.Calendar, elm.Check, elm.Clock, | 46 | elm.Bubble, elm.Button, elm.Calendar, elm.Check, elm.Clock, |
47 | elm.Colorselector, elm.Combobox, elm.Ctxpopup, elm.Datetime, | 47 | elm.Colorselector, elm.Ctxpopup, elm.Datetime, # elm.Combobox |
48 | elm.Dayselector, elm.Diskselector, elm.Entry, elm.Fileselector, | 48 | elm.Dayselector, elm.Diskselector, elm.Entry, elm.Fileselector, |
49 | elm.FileselectorButton, elm.FileselectorEntry, elm.Flip, | 49 | elm.FileselectorButton, elm.FileselectorEntry, elm.Flip, |
50 | elm.FlipSelector, elm.Frame, elm.Gengrid, elm.Genlist, | 50 | elm.FlipSelector, elm.Frame, elm.Gengrid, elm.Genlist, |