]> granicus.if.org Git - python/commit
Finally got around to figuring out and documenting why this test fails
authorTim Peters <tim.peters@gmail.com>
Sun, 4 Aug 2002 22:35:31 +0000 (22:35 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 4 Aug 2002 22:35:31 +0000 (22:35 +0000)
commit32ef169339e131e83289dd8b39f7b89e76db2850
tree0cd4220fdd09a7c38cfb9f6ba2a2f05f180ab0e3
parenta30d1447cfb9578ca082d1ef9f8150f66928493f
Finally got around to figuring out and documenting why this test fails
on Windows.  The test_sequence() ERROR is easily repaired if we're
willing to add an os.unlink() line to mhlib's updateline().  The
test_listfolders FAIL I gave up on -- I don't remember enough about Unix
link esoterica to recall why a link count of 2 is something a well-
written program should be keenly interested in <wink>.
Lib/test/test_mhlib.py