Message137803
Win32SymlinkTests.test_rmdir_on_directory_link_to_missing_target() pass on my Windows 7 64 bits VM (with and without the patch), but is skipped:
@unittest.skip("currently fails; consider for improvement")
def test_rmdir_on_directory_link_to_missing_target(self):
self._create_missing_dir_link()
# consider allowing rmdir to remove directory links
os.rmdir(self.missing_link)
On which OS does it fail? The skip may be changed to only skipped some Windows versions? |
|
Date |
User |
Action |
Args |
2011-06-07 11:07:23 | vstinner | set | recipients:
+ vstinner, loewis, georg.brandl, jaraco, ocean-city, eric.smith, tim.golden, nadeem.vawda, brian.curtin, santoso.wijaya |
2011-06-07 11:07:23 | vstinner | set | messageid: <1307444843.44.0.830746910104.issue12084@psf.upfronthosting.co.za> |
2011-06-07 11:07:22 | vstinner | link | issue12084 messages |
2011-06-07 11:07:22 | vstinner | create | |
|