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

JUnit: setting classname to the name of the test is wrong #73

Open
gildor478 opened this issue Oct 24, 2020 · 0 comments
Open

JUnit: setting classname to the name of the test is wrong #73

gildor478 opened this issue Oct 24, 2020 · 0 comments
Labels

Comments

@gildor478
Copy link
Owner

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)

@gildor478 gildor478 added the bug label Oct 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant