Commit 307676fa authored by Terry Jan Reedy's avatar Terry Jan Reedy

Merge with 3.5

parents 40a05621 c359af15
......@@ -29,7 +29,7 @@ class SearchDialogTest(unittest.TestCase):
def setUp(self):
self.engine = se.SearchEngine(self.root)
self.dialog = sd.SearchDialog(self.root, self.engine)
self.text = tk.Text()
self.text = tk.Text(self.root)
self.text.insert('1.0', 'Hello World!')
def test_find_again(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment