Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows installer missing test files #40541

Closed
tim-one opened this issue Jul 11, 2004 · 2 comments
Closed

Windows installer missing test files #40541

tim-one opened this issue Jul 11, 2004 · 2 comments
Assignees

Comments

@tim-one
Copy link
Member

tim-one commented Jul 11, 2004

BPO 988784
Nosy @tim-one, @loewis

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/loewis'
closed_at = <Date 2004-07-15.17:37:47.000>
created_at = <Date 2004-07-11.05:37:16.000>
labels = ['expert-installation']
title = 'Windows installer missing test files'
updated_at = <Date 2004-07-15.17:37:47.000>
user = 'https://github.com/tim-one'

bugs.python.org fields:

activity = <Date 2004-07-15.17:37:47.000>
actor = 'loewis'
assignee = 'loewis'
closed = True
closed_date = None
closer = None
components = ['Installation']
creation = <Date 2004-07-11.05:37:16.000>
creator = 'tim.peters'
dependencies = []
files = []
hgrepos = []
issue_num = 988784
keywords = []
message_count = 2.0
messages = ['21483', '21484']
nosy_count = 2.0
nosy_names = ['tim.peters', 'loewis']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue988784'
versions = ['Python 2.4']

@tim-one
Copy link
Member Author

tim-one commented Jul 11, 2004

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.

@loewis
Copy link
Mannequin

loewis mannequin commented Jul 15, 2004

Logged In: YES
user_id=21627

This is fixed in msi.py 1.14.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant