classification
Title: test_site failure under Windows
Type: behavior Stage:
Components: Tests Versions: Python 3.2, Python 3.1, Python 2.7, Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: tarek Nosy List: pitrou, tarek (2)
Priority: high Keywords

Created on 2009-10-27 10:15 by pitrou, last changed 2009-10-27 21:29 by tarek.

Messages (2)
msg94549 - (view) Author: Antoine Pitrou (pitrou) Date: 2009-10-27 10:15
This fails quite reliably on Windows buildbots:

======================================================================
FAIL: test_getsitepackages (test.test_site.HelperFunctionsTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\test\test_site.py",
line 173, in test_getsitepackages
    self.assertEquals(dirs[1], wanted)
AssertionError: 'xoxo\\lib\\site-packages' != 'xoxo\\Lib\\site-packages'
msg94583 - (view) Author: Tarek Ziadé (tarek) Date: 2009-10-27 21:29
fixed in r75871, r75873

thanks
History
Date User Action Args
2009-10-27 21:29:56tareksetstatus: open -> closed
resolution: fixed
messages: + msg94583
2009-10-27 10:15:51pitroucreate