summaryrefslogtreecommitdiffstats
path: root/Lib/lib-tk/test
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-06-01 08:21:34 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-06-01 08:21:34 (GMT)
commitadad50c8fb78e8fe7079d5e1ca833f65b1947e00 (patch)
treebc7bc0ed7ea5d597681da2d6ffdd9f134ffa86cd /Lib/lib-tk/test
parentf74805b2cba86a8235506bcde3f2b68aaa730d71 (diff)
downloadcpython-adad50c8fb78e8fe7079d5e1ca833f65b1947e00.zip
cpython-adad50c8fb78e8fe7079d5e1ca833f65b1947e00.tar.gz
cpython-adad50c8fb78e8fe7079d5e1ca833f65b1947e00.tar.bz2
Added missed calls of splitlist().
Diffstat (limited to 'Lib/lib-tk/test')
-rw-r--r--Lib/lib-tk/test/test_ttk/test_functions.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/lib-tk/test/test_ttk/test_functions.py b/Lib/lib-tk/test/test_ttk/test_functions.py
index 78737f5..50c5aeb 100644
--- a/Lib/lib-tk/test/test_ttk/test_functions.py
+++ b/Lib/lib-tk/test/test_ttk/test_functions.py
@@ -407,8 +407,6 @@ class InternalFunctionsTest(unittest.TestCase):
('name', 'no_minus', 'value'))
self.assertRaises(ValueError, ttk._list_from_layouttuple, tk,
('something', '-children')) # no children
- self.assertRaises(ValueError, ttk._list_from_layouttuple, tk,
- ('something', '-children', 'value')) # invalid children
def test_val_or_dict(self):