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 flox
Recipients ezio.melotti, flox, orsenthil
Date 2010-01-10.17:41:31
SpamBayes Score 1.13468e-05
Marked as misclassified No
Message-id <1263145292.87.0.976750013671.issue7665@psf.upfronthosting.co.za>
In-reply-to
Content
Similar issue with test_ntpath.

/tmp/py2u… → un\icode $ ./python Lib/test/regrtest.py test_ntpath
test_ntpath
test test_ntpath failed -- Traceback (most recent call last):
  File "/tmp/py2u… → un\icode/Lib/test/test_ntpath.py", line 171, in test_relpath
    tester('ntpath.relpath("a", "../b")', '..\\'+currentdir+'\\a')
  File "/tmp/py2u… → un\icode/Lib/test/test_ntpath.py", line 13, in tester
    %(str(fn), str(wantResult), str(gotResult))
TestFailed: ntpath.relpath("a", "../b") should return: ..\py2u… → un\icode\a but returned: ..\icode\a

1 test failed:
    test_ntpath
History
Date User Action Args
2010-01-10 17:41:32floxsetrecipients: + flox, orsenthil, ezio.melotti
2010-01-10 17:41:32floxsetmessageid: <1263145292.87.0.976750013671.issue7665@psf.upfronthosting.co.za>
2010-01-10 17:41:31floxlinkissue7665 messages
2010-01-10 17:41:31floxcreate