We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This bug has been migrated from artifact #1343 on forge.ocamlcore.org. It was assigned to user102.
JUnit analysis think that tests with a '.' inside their name are classname.
We should remap the name to a fake hierarchy that matches a standard java hierarchy:
OASIS:1:OASIS:0:ValueParser:0:>= 3.11.1
->
classname = OASIS.OASIS.ValueParser name = ">= 3.11.1"
to get rid of the :1:x check that their is no duplicate (and default to _1_x)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This bug has been migrated from artifact #1343 on forge.ocamlcore.org. It was assigned to user102.
user102 posted on 2013-11-09 00:17:09:
JUnit analysis think that tests with a '.' inside their name are classname.
We should remap the name to a fake hierarchy that matches a standard java hierarchy:
OASIS:1:OASIS:0:ValueParser:0:>= 3.11.1
->
classname = OASIS.OASIS.ValueParser
name = ">= 3.11.1"
to get rid of the :1:x check that their is no duplicate (and default to _1_x)
The text was updated successfully, but these errors were encountered: