[ python-Bugs-988784 ] Windows installer missing test files
SourceForge.net
noreply at sourceforge.net
Thu Jul 15 19:37:48 CEST 2004
Bugs item #988784, was opened at 2004-07-11 07:37
Message generated for change (Comment added) made by loewis
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=988784&group_id=5470
Category: Installation
Group: Python 2.4
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Tim Peters (tim_one)
Assigned to: Martin v. Löwis (loewis)
Summary: Windows installer missing test files
Initial Comment:
The 2.4a1 Windows installer doesn't include the test file
cfgparser.1, so test_cfgparser gets three errors in an
installed Python on Windows:
==========================================
============================
FAIL: test_read_returns_file_list
(__main__.ConfigParserTestCase)
------------------------------------------------------
----------------
Traceback (most recent call last):
File "lib\test\test_cfgparser.py", line 250, in
test_read_returns_file_list
self.assertEqual(parsed_files, [file1])
AssertionError: [] != ['cfgparser.1']
==========================================
============================
FAIL: test_read_returns_file_list
(__main__.RawConfigParserTestCase)
------------------------------------------------------
----------------
Traceback (most recent call last):
File "lib\test\test_cfgparser.py", line 250, in
test_read_returns_file_list
self.assertEqual(parsed_files, [file1])
AssertionError: [] != ['cfgparser.1']
==========================================
============================
FAIL: test_read_returns_file_list
(__main__.SafeConfigParserTestCase)
------------------------------------------------------
----------------
Traceback (most recent call last):
File "lib\test\test_cfgparser.py", line 250, in
test_read_returns_file_list
self.assertEqual(parsed_files, [file1])
AssertionError: [] != ['cfgparser.1']
------------------------------------------------------
----------------
Ran 39 tests in 0.031s
FAILED (failures=3)
I think test files for the new decimal module are missing
too, although I believe you won't notice this unless you
pass "-u decimal" to regrtest.py, or run test_decimal.py
directly.
----------------------------------------------------------------------
>Comment By: Martin v. Löwis (loewis)
Date: 2004-07-15 19:37
Message:
Logged In: YES
user_id=21627
This is fixed in msi.py 1.14.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=988784&group_id=5470
More information about the Python-bugs-list
mailing list