Commit ac896ed1 authored by Benjamin Peterson's avatar Benjamin Peterson

r80967 introduced a new scheme

parent 0efe18ab
......@@ -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):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment