[Python-bugs-list] [ python-Bugs-456391 ] unexpected test_largefile output

noreply@sourceforge.net noreply@sourceforge.net
Tue, 28 Aug 2001 21:31:22 -0700


Bugs item #456391, was opened at 2001-08-28 21:31
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=456391&group_id=5470

Category: None
Group: Python 2.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Andrew Dalke (dalke)
Assigned to: Nobody/Anonymous (nobody)
Summary: unexpected test_largefile output 

Initial Comment:
Running test_largefile produces this output:

test_largefile
@test exists: 0

The second line is unexpected.  It occurs because
at the end of test_largefile.py is

print >>sys.stderr, name, "exists:", os.path.exists
(name)

This makes it harder to understand the regression
test output and should likely be removed.

                          Andrew
                          dalke@dalkescientific.com


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

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