Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 0e122dfcacebbf791223ca416ad845e12a4ca38e
      
https://github.com/jenkinsci/jenkins/commit/0e122dfcacebbf791223ca416ad845e12a4ca38e
  Author: James Nord <te...@teilo.net>
  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


  Commit: b03ad296088d13060eb46c484f82de1ed31a903d
      
https://github.com/jenkinsci/jenkins/commit/b03ad296088d13060eb46c484f82de1ed31a903d
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2014-02-06 (Thu, 06 Feb 2014)

  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:
  -----------
  Merge pull request #998 from jenkinsci/jenkins-19898

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


Compare: 
https://github.com/jenkinsci/jenkins/compare/59ad27cc4726...b03ad296088d

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to