]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
add underscore
authorBenjamin Peterson <benjamin@python.org>
Sat, 8 May 2010 15:42:29 +0000 (15:42 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 8 May 2010 15:42:29 +0000 (15:42 +0000)
Lib/test/test_sysconfig.py

index 48c5b53adf01d726c7e5d7acfa98173952b9f12d..1e12a454e96fa976f696ef63779e09cc0ba7fe10 100644 (file)
@@ -235,7 +235,7 @@ class TestSysConfig(unittest.TestCase):
         self.assertTrue(os.path.isfile(config_h), config_h)
 
     def test_get_scheme_names(self):
-        wanted = ('nt', 'nt_user', 'os2', 'os2_home', 'osx_frameworkuser',
+        wanted = ('nt', 'nt_user', 'os2', 'os2_home', 'osx_framework_user',
                   'posix_home', 'posix_prefix', 'posix_user')
         self.assertEquals(get_scheme_names(), wanted)