mirror of https://github.com/python/cpython
r80967 introduced a new scheme
This commit is contained in:
parent
0efe18ab0c
commit
ac896ed177
|
@ -235,8 +235,8 @@ class TestSysConfig(unittest.TestCase):
|
||||||
self.assertTrue(os.path.isfile(config_h), config_h)
|
self.assertTrue(os.path.isfile(config_h), config_h)
|
||||||
|
|
||||||
def test_get_scheme_names(self):
|
def test_get_scheme_names(self):
|
||||||
wanted = ('nt', 'nt_user', 'os2', 'os2_home', 'posix_home',
|
wanted = ('nt', 'nt_user', 'os2', 'os2_home', 'osx_frameworkuser',
|
||||||
'posix_prefix', 'posix_user')
|
'posix_home', 'posix_prefix', 'posix_user')
|
||||||
self.assertEquals(get_scheme_names(), wanted)
|
self.assertEquals(get_scheme_names(), wanted)
|
||||||
|
|
||||||
def test_symlink(self):
|
def test_symlink(self):
|
||||||
|
|
Loading…
Reference in New Issue