mirror of https://github.com/python/cpython.git
[3.11] IDLE: fix config_key htest (GH-112545) (#112547)
Change 'Dialog' to 'Window' in two places to match the name of the config_key class being tested.
(cherry picked from commit 81261fa67f
)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
This commit is contained in:
parent
f6edb83fe9
commit
03ac9e6ee1
|
@ -351,4 +351,4 @@ def cancel(self, event=None):
|
|||
main('idlelib.idle_test.test_config_key', verbosity=2, exit=False)
|
||||
|
||||
from idlelib.idle_test.htest import run
|
||||
run(GetKeysDialog)
|
||||
run(GetKeysWindow)
|
||||
|
|
|
@ -152,7 +152,7 @@ def _wrapper(parent): # htest #
|
|||
"Best to close editor first."
|
||||
}
|
||||
|
||||
GetKeysDialog_spec = {
|
||||
GetKeysWindow_spec = {
|
||||
'file': 'config_key',
|
||||
'kwds': {'title': 'Test keybindings',
|
||||
'action': 'find-again',
|
||||
|
|
Loading…
Reference in New Issue