Skip to content

Commit

Permalink
Revert "[ISSUE JENKINS-25280] temporary workaround bug in core so tha…
Browse files Browse the repository at this point in the history
…t test failures are expanded correctly."

This reverts commit badbfec.

Change-Id: Ide6d5b3fe8a49aa48efbb1813dbb1e9d4b9e2a02
  • Loading branch information
jtnord committed Oct 27, 2014
1 parent 88ca9e5 commit 0e12534
Showing 1 changed file with 0 additions and 6 deletions.
Expand Up @@ -80,12 +80,6 @@ public class FeatureResult extends MetaTabulatedResult {
}


// JENKINS-25280
// XXX should be removed in the future when we move past 1.587
public String getFullDisplayName() {
return getDisplayName();
}

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

0 comments on commit 0e12534

Please sign in to comment.