Skip to content

Commit

Permalink
[ISSUE JENKINS-25280] temporary workaround bug in core so that test f…
Browse files Browse the repository at this point in the history
…ailures are expanded correctly.

Implement method that is called by Jelly on TestObject that doesn't actually exist.
  • Loading branch information
jtnord committed Oct 23, 2014
1 parent 64dfc37 commit badbfec
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -80,6 +80,12 @@ public class FeatureResult extends MetaTabulatedResult {
}


// JENKINS-25280
// XXX should be removed in the future when we move past 1.587

This comment has been minimized.

Copy link
@jglick

jglick Oct 25, 2014

Member

Make that junit 1.2-beta-3.

public String getFullDisplayName() {
return getDisplayName();
}

public String getDisplayName() {
return getName();
}
Expand Down

0 comments on commit badbfec

Please sign in to comment.