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

Ensure test duration is output with a decimal point #11

Merged
merged 1 commit into from Feb 22, 2012
Merged

Ensure test duration is output with a decimal point #11

merged 1 commit into from Feb 22, 2012

Conversation

orrc
Copy link
Contributor

@orrc orrc commented Feb 15, 2012

Currently, if running tests on an emulator/device with a locale which uses decimal commas instead of decimal points, the test duration attribute is output with a comma. This can upset JUnit XML parsers, certainly that of Jenkins.

Now the locale is fixed to English when writing out this XML attribute.
Tested before/after on an emulator with German locale.

e.g. In European locales, this would otherwise be output with a decimal comma.
@jsankey
Copy link
Owner

jsankey commented Feb 22, 2012

Thanks Chris! If I can convince you to give Pulse a try one day (in lieu of Jenkins), then shoot me an email and I'll rustle up a free license for you ;).

jsankey added a commit that referenced this pull request Feb 22, 2012
Ensure test duration is output with a decimal point, regardless of device locale.
@jsankey jsankey merged commit 9cf68dc into jsankey:master Feb 22, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants