mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Merged revisions 75871 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r75871 | tarek.ziade | 2009-10-27 22:20:27 +0100 (Tue, 27 Oct 2009) | 1 line Issue #7218: Fix test_site for win32 ........
This commit is contained in:
parent
481b85ae24
commit
8c0e217158
2 changed files with 4 additions and 1 deletions
|
@ -168,7 +168,7 @@ class HelperFunctionsTests(unittest.TestCase):
|
|||
else:
|
||||
self.assertTrue(len(dirs), 2)
|
||||
self.assertEquals(dirs[0], 'xoxo')
|
||||
wanted = os.path.join('xoxo', 'Lib', 'site-packages')
|
||||
wanted = os.path.join('xoxo', 'lib', 'site-packages')
|
||||
self.assertEquals(dirs[1], wanted)
|
||||
|
||||
# let's try the specific Apple location
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue