From: Benjamin Peterson Date: Sat, 8 May 2010 15:42:29 +0000 (+0000) Subject: add underscore X-Git-Tag: v2.7b2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7baf8627bd98c58988123688c07b470d89785b51;p=thirdparty%2FPython%2Fcpython.git add underscore --- diff --git a/Lib/test/test_sysconfig.py b/Lib/test/test_sysconfig.py index 48c5b53adf01..1e12a454e96f 100644 --- a/Lib/test/test_sysconfig.py +++ b/Lib/test/test_sysconfig.py @@ -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)