[ https://issues.jenkins-ci.org/browse/JENKINS-13047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=160157#comment-160157 ]
SCM/JIRA link daemon commented on JENKINS-13047: ------------------------------------------------ Code changed in jenkins User: Bruno P. Kinoshita Path: src/main/java/hudson/plugins/testlink/result/JUnitCaseMethodNameResultSeeker.java src/main/java/hudson/plugins/testlink/result/JUnitMethodNameResultSeeker.java src/main/resources/hudson/plugins/testlink/result/JUnitCaseMethodNameResultSeeker/config.jelly src/main/resources/hudson/plugins/testlink/result/JUnitMethodNameResultSeeker/config.jelly src/test/java/hudson/plugins/testlink/result/TestJUnitMethodNameResultSeeker.java src/test/resources/hudson/plugins/testlink/result/junit/methodname/TEST-WithManyMethods.xml http://jenkins-ci.org/commit/testlink-plugin/33ee730bcb3c214c960d7121d7846f6a9f090738 Log: JENKINS-13047 changes to new JUnit method name result seeking strategy > Add a class name + method name result seeker > -------------------------------------------- > > Key: JENKINS-13047 > URL: https://issues.jenkins-ci.org/browse/JENKINS-13047 > Project: Jenkins > Issue Type: Improvement > Components: testlink > Affects Versions: current > Reporter: Michael van der Westhuizen > Assignee: Bruno P. Kinoshita > > Currently the TestLink plugging can match test results based on JUnit suite > names, JUnit class names and JUnit test names, but only in isolation. > In our use case, it's the class name with the method name that makes the test > unique. The following pull request adds a seeker to meet this requirement: > https://github.com/jenkinsci/testlink-plugin/pull/4. > In future, I think we should create one flexible JUnit seeker, that matches a > (specified) combination of package name, class name and method name (as > appropriate). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira