Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Conversation

@peterhuene
Copy link

Currently the list tool command tests, while localizing the column headers,
didn't properly take into account the fact that localized builds might produce
strings longer than the English versions of the column header strings. This
results in a mismatch of the actual from the expected due to additional column
padding.

The fix is to stop using a static expected table and do a simple calculation of
the expected table based on the length of the localized strings.

Fixes issue related to PR #8799.

@peterhuene peterhuene requested review from a team and wli3 March 15, 2018 21:43
Currently the list tool command tests, while localizing the column headers,
didn't properly take into account the fact that localized builds might produce
strings longer than the English versions of the column header strings.  This
results in a mismatch of the actual from the expected due to additional column
padding.

The fix is to stop using a static expected table and do a simple calculation of
the expected table based on the length of the localized strings.

Fixes issue related to PR #8799.
@peterhuene peterhuene merged commit 6edbaea into dotnet:master Mar 16, 2018
@peterhuene peterhuene deleted the fix-list-tool-command-tests branch March 16, 2018 23:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants