From ac896ed177c5e507494978a706ad59c13b044baf Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sat, 8 May 2010 15:41:44 +0000 Subject: r80967 introduced a new scheme --- Lib/test/test_sysconfig.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib/test/test_sysconfig.py b/Lib/test/test_sysconfig.py index 59cba97..48c5b53 100644 --- a/Lib/test/test_sysconfig.py +++ b/Lib/test/test_sysconfig.py @@ -235,8 +235,8 @@ 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', 'posix_home', - 'posix_prefix', 'posix_user') + wanted = ('nt', 'nt_user', 'os2', 'os2_home', 'osx_frameworkuser', + 'posix_home', 'posix_prefix', 'posix_user') self.assertEquals(get_scheme_names(), wanted) def test_symlink(self): -- cgit v0.12