[Python-bugs-list] [ python-Bugs-763362 ] test_posixpath failed

SourceForge.net noreply@sourceforge.net
Tue, 01 Jul 2003 04:25:15 -0700


Bugs item #763362, was opened at 2003-06-30 19:01
Message generated for change (Comment added) made by doerwalter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=763362&group_id=5470

Category: Demos and Tools
Group: Python 2.3
Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Martin Mokrejs (mmokrejs)
Assigned to: Neal Norwitz (nnorwitz)
Summary: test_posixpath failed

Initial Comment:
I get the following with current cvs on Tru64Unix 5.1A:


test_posix
test_posixpath
test test_posixpath failed -- Traceback (most recent
call last):
  File
"/mnt/python/dist/src/Lib/test/test_posixpath.py", line
343, in test_expanduser
    posixpath.expanduser("~/")
  File "/mnt/python/dist/src/Lib/unittest.py", line
292, in failUnlessEqual
    raise self.failureException, \
AssertionError: '//' != '/'



----------------------------------------------------------------------

>Comment By: Walter Dörwald (doerwalter)
Date: 2003-07-01 13:25

Message:
Logged In: YES 
user_id=89016

Thanks for the quick fix. Is there any better way the
exercise expanduser() and check return values without any
assumptions about the result that don't hold an Windows?

----------------------------------------------------------------------

Comment By: Neal Norwitz (nnorwitz)
Date: 2003-07-01 05:34

Message:
Logged In: YES 
user_id=33168

 Checked in as: Lib/test/test_posixpath.py 1.9

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=763362&group_id=5470