Kaydet (Commit) c359af15 authored tarafından Terry Jan Reedy's avatar Terry Jan Reedy

Issue #18410: add missing parent argument.

üst b236fe45
......@@ -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