Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: ERLANG-0.1
-
Component/s: Erlang
-
Labels:None
-
Number of attachments :
Description
Sometimes the name attribute of the testsuite in the junit like xml is not the name of the test module but the name of the tested module. So instead of getting this value we should try to find the file with name: name+"_test[s]" or "_eunit"
or even better, use the name of the testcase and get the filename from that:
testmodulename:testmethod/number_number
Cannot do that, it comes from the AbstractSurefireSensor... need to handle the possible test names somehow