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

Fix #138 - duplicate names with bracket characters #140

Merged
merged 1 commit into from
Jun 1, 2020

Conversation

olafurpg
Copy link
Member

@olafurpg olafurpg commented Jun 1, 2020

A bug in the JUnit/sbt event handler made it ignore tests when two tests
had the same name AND the name contains a [ character. This bug is a
relic from the original sbt/junit-interface implementation that assumes
that test names are JVM method names where [ has special meaning.
This bug was not present in the Scala.js implementation.

A bug in the JUnit/sbt event handler made it ignore tests when two tests
had the same name AND the name contains a `[` character. This bug is a
relic from the original sbt/junit-interface implementation that assumes
that test names are JVM method names where `[` has special meaning.
This bug was not present in the Scala.js implementation.
@olafurpg olafurpg merged commit c8a30d4 into scalameta:master Jun 1, 2020
@olafurpg olafurpg deleted the issue-138 branch June 1, 2020 09:53
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.

1 participant