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

@testClasses annotation breaks when separator other than space is used #242

Open
pcon opened this issue Apr 17, 2017 · 0 comments
Open

@testClasses annotation breaks when separator other than space is used #242

pcon opened this issue Apr 17, 2017 · 0 comments

Comments

@pcon
Copy link
Member

pcon commented Apr 17, 2017

The standard separator for @testClasses is a space. However if you put in a comma, the @testClasses annotation still "succeeds" but the XML is not what is expected. The XML generated is

@testClasses class1, class2
<runTest>class1,</runTest>
<runTest>class2</runTest>

It would be nice if instead of just splitting on space we also split on ; and , and then removed them from the end of any class names so that the runTest is set correctly.

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

2 participants