Message97527
| 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:32 | flox | set | recipients:
+ flox, orsenthil, ezio.melotti |
| 2010年01月10日 17:41:32 | flox | set | messageid: <1263145292.87.0.976750013671.issue7665@psf.upfronthosting.co.za> |
| 2010年01月10日 17:41:31 | flox | link | issue7665 messages |
| 2010年01月10日 17:41:31 | flox | create |
|