diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-06-01 08:21:34 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-06-01 08:21:34 (GMT) |
commit | adad50c8fb78e8fe7079d5e1ca833f65b1947e00 (patch) | |
tree | bc7bc0ed7ea5d597681da2d6ffdd9f134ffa86cd /Lib/lib-tk/test | |
parent | f74805b2cba86a8235506bcde3f2b68aaa730d71 (diff) | |
download | cpython-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.py | 2 |
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): |