]> granicus.if.org Git - python/commitdiff
Issue #27173: Fix error in test_config that caused test_idle to fail.
authorTerry Jan Reedy <tjreedy@udel.edu>
Sun, 10 Jul 2016 21:26:24 +0000 (17:26 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sun, 10 Jul 2016 21:26:24 +0000 (17:26 -0400)
Lib/idlelib/idle_test/test_config.py

index bb7732cf7ce93e3d6345b1920340527059a2c2a1..53665cd761af7592ddba6803d73d34835ae4e1ce 100644 (file)
@@ -24,7 +24,7 @@ def setUpModule():
     idleConf.userCfg = testcfg
 
 def tearDownModule():
-    idleConf.userCfg = testcfg
+    idleConf.userCfg = usercfg
 
 
 class CurrentColorKeysTest(unittest.TestCase):