summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idle_test
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2015-10-14 02:04:07 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2015-10-14 02:04:07 (GMT)
commit447169f6daf7f87f969c0ec25427231530351420 (patch)
tree9ab53d3321679c3d288e7623003b2a295573f32a /Lib/idlelib/idle_test
parent5a8bbc5f2a91966839488de6bd02fe783e6c7f2b (diff)
parent93f3542ae4501a8520cb6769db82038986ecf8d5 (diff)
downloadcpython-447169f6daf7f87f969c0ec25427231530351420.zip
cpython-447169f6daf7f87f969c0ec25427231530351420.tar.gz
cpython-447169f6daf7f87f969c0ec25427231530351420.tar.bz2
Merge with 3.4
Diffstat (limited to 'Lib/idlelib/idle_test')
-rw-r--r--Lib/idlelib/idle_test/htest.py12
1 files changed, 2 insertions, 10 deletions
diff --git a/Lib/idlelib/idle_test/htest.py b/Lib/idlelib/idle_test/htest.py
index 3a9885c..b0f4340 100644
--- a/Lib/idlelib/idle_test/htest.py
+++ b/Lib/idlelib/idle_test/htest.py
@@ -93,15 +93,6 @@ _class_browser_spec = {
"Double clicking on items prints a traceback for an exception "
"that is ignored."
}
-ConfigExtensionsDialog_spec = {
- 'file': 'configDialog',
- 'kwds': {'title': 'Test Extension Configuration',
- '_htest': True,},
- 'msg': "IDLE extensions dialog.\n"
- "\n[Ok] to close the dialog.[Apply] to apply the settings and "
- "and [Cancel] to revert all changes.\nRe-run the test to ensure "
- "changes made have persisted."
- }
_color_delegator_spec = {
'file': 'ColorDelegator',
@@ -121,7 +112,8 @@ ConfigDialog_spec = {
"font face of the text in the area below it.\nIn the "
"'Highlighting' tab, try different color schemes. Clicking "
"items in the sample program should update the choices above it."
- "\nIn the 'Keys' and 'General' tab, test settings of interest."
+ "\nIn the 'Keys', 'General' and 'Extensions' tabs, test settings"
+ "of interest."
"\n[Ok] to close the dialog.[Apply] to apply the settings and "
"and [Cancel] to revert all changes.\nRe-run the test to ensure "
"changes made have persisted."