Added missed calls of splitlist().

This commit is contained in:
Serhiy Storchaka 2014-06-01 11:21:55 +03:00
parent 078b8a81b1
commit 8381f90ee0
3 changed files with 7 additions and 9 deletions

View file

@ -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):