This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author austin987
Recipients austin987
Date 2010-02-22.18:17:18
SpamBayes Score 0.00074096496
Marked as misclassified No
Message-id <1266862639.58.0.407151128158.issue7991@psf.upfronthosting.co.za>
In-reply-to
Content
......E...
======================================================================
ERROR: test_relpath (__main__.TestNtpath)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "c:\Python31\lib\test\test_ntpath.py", line 220, in test_relpath
    tester('ntpath.relpath("../a/b")', '..\\a\\b')
  File "c:\Python31\lib\test\test_ntpath.py", line 13, in tester
    %(str(fn), str(wantResult), str(gotResult)))
test.support.TestFailed: ntpath.relpath("../a/b") should return: ..\a\b but returned: a\b

----------------------------------------------------------------------
Ran 10 tests in 0.047s

FAILED (errors=1)
History
Date User Action Args
2010-02-22 18:17:19austin987setrecipients: + austin987
2010-02-22 18:17:19austin987setmessageid: <1266862639.58.0.407151128158.issue7991@psf.upfronthosting.co.za>
2010-02-22 18:17:18austin987linkissue7991 messages
2010-02-22 18:17:18austin987create