diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-06-01 08:21:55 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-06-01 08:21:55 (GMT) |
commit | 8381f90ee0564745c5b0f59b4ca7e6cef2a54565 (patch) | |
tree | 75b35b277f1750cd81e783fb0a89ae2b2bd1c517 /Lib/tkinter/test/test_ttk/test_functions.py | |
parent | 078b8a81b13914b983760745ce0dac31f1c05145 (diff) | |
download | cpython-8381f90ee0564745c5b0f59b4ca7e6cef2a54565.zip cpython-8381f90ee0564745c5b0f59b4ca7e6cef2a54565.tar.gz cpython-8381f90ee0564745c5b0f59b4ca7e6cef2a54565.tar.bz2 |
Added missed calls of splitlist().
Diffstat (limited to 'Lib/tkinter/test/test_ttk/test_functions.py')
-rw-r--r-- | Lib/tkinter/test/test_ttk/test_functions.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/tkinter/test/test_ttk/test_functions.py b/Lib/tkinter/test/test_ttk/test_functions.py index 8dd8753..41e6311 100644 --- a/Lib/tkinter/test/test_ttk/test_functions.py +++ b/Lib/tkinter/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): |