Branch: refs/heads/jenkins-19898
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 0e122dfcacebbf791223ca416ad845e12a4ca38e
      
https://github.com/jenkinsci/jenkins/commit/0e122dfcacebbf791223ca416ad845e12a4ca38e
  Author: James Nord <[email protected]>
  Date:   2013-11-03 (Sun, 03 Nov 2013)

  Changed paths:
    M core/src/main/java/hudson/tasks/junit/CaseResult.java
    M core/src/main/java/hudson/tasks/junit/ClassResult.java
    M core/src/main/java/hudson/tasks/test/AbstractTestResultAction.java
    M core/src/main/java/hudson/tasks/test/AggregatedTestResultAction.java
    M core/src/main/java/hudson/tasks/test/TestObject.java

  Log Message:
  -----------
  [FIXED JENKINS-19898] test base classes should not be linked to the junit 
implementation.

Changed the return type to be generic and not the junit specific CaseResult.

TestObject.fullName was used in the baseClasses jelly but this was only defined 
in the CaseResult so add an implementation to the base class such that people 
can continue to use the generic jelly in their cusomt test implementations.

Change-Id: I39fbff6621d7f20f9cebb210eea4f54a90f77375



-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to