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

[WFCORE-124] Convert the acceptable responses to lower case so comparision matches conversion of user input. #198

Merged
merged 1 commit into from Sep 25, 2014

Conversation

darranl
Copy link
Contributor

@darranl darranl commented Sep 24, 2014

No description provided.

@wildfly-ci
Copy link

Windows Build 215 is now running using a merge of d76eb3e

@wildfly-ci
Copy link

Linux Build 468 is now running using a merge of d76eb3e

@@ -38,6 +38,11 @@
*/
public class ConfirmationChoice implements State {

private static final String LONG_YES = DomainManagementLogger.ROOT_LOGGER.yes().toLowerCase();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you mean to use the default locale, make that explicit here via toLowerCase(Locale.getDefault()); otherwise someone will randomly come along and make it Locale.ENGLISH, causing weird failures in some locales.

@wildfly-ci
Copy link

Windows Build 215 outcome was SUCCESS using a merge of d76eb3e
Summary: Tests passed: 2598, ignored: 56 Build time: 0:13:17

@wildfly-ci
Copy link

Linux Build 468 outcome was SUCCESS using a merge of 1c93fd7
Summary: Tests passed: 2598, ignored: 56 Build time: 0:16:06

@wildfly-ci
Copy link

Linux Build 469 is now running using a merge of 1c93fd7

@wildfly-ci
Copy link

Windows Build 216 is now running using a merge of 1c93fd7

@wildfly-ci
Copy link

Windows Build 216 outcome was SUCCESS using a merge of 1c93fd7
Summary: Tests passed: 2598, ignored: 56 Build time: 0:13:12

@wildfly-ci
Copy link

Linux Build 469 outcome was SUCCESS using a merge of 1c93fd7
Summary: Tests passed: 2598, ignored: 56 Build time: 0:16:06

@bstansberry bstansberry added the ready-for-merge This PR is ready to be merged and fulfills all requirements label Sep 25, 2014
bstansberry added a commit that referenced this pull request Sep 25, 2014
[WFCORE-124] Convert the acceptable responses to lower case so comparision matches conversion of user input.
@bstansberry bstansberry merged commit f977720 into wildfly:master Sep 25, 2014
@darranl darranl deleted the WFCORE-124 branch September 25, 2014 06:35
iweiss pushed a commit to iweiss/wildfly-core that referenced this pull request Jun 6, 2016
[i18n] Updated translations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-for-merge This PR is ready to be merged and fulfills all requirements
Projects
None yet
4 participants