SLIDER-622 jenkins failing on windows
Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/f7c1ac6b Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/f7c1ac6b Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/f7c1ac6b Branch: refs/heads/releases/slider-0.60 Commit: f7c1ac6b894960829193889de746706c0178bdea Parents: 6fcae9f Author: Steve Loughran <[email protected]> Authored: Fri Nov 7 20:45:59 2014 +0000 Committer: Steve Loughran <[email protected]> Committed: Sat Nov 8 21:54:05 2014 +0000 ---------------------------------------------------------------------- .../apache/slider/agent/standalone/TestStandaloneAgentAM.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/f7c1ac6b/slider-core/src/test/groovy/org/apache/slider/agent/standalone/TestStandaloneAgentAM.groovy ---------------------------------------------------------------------- diff --git a/slider-core/src/test/groovy/org/apache/slider/agent/standalone/TestStandaloneAgentAM.groovy b/slider-core/src/test/groovy/org/apache/slider/agent/standalone/TestStandaloneAgentAM.groovy index b525ea6..7987661 100644 --- a/slider-core/src/test/groovy/org/apache/slider/agent/standalone/TestStandaloneAgentAM.groovy +++ b/slider-core/src/test/groovy/org/apache/slider/agent/standalone/TestStandaloneAgentAM.groovy @@ -45,7 +45,7 @@ import org.junit.Test class TestStandaloneAgentAM extends AgentMiniClusterTestBase { @After - def clientname() { + void fixclientname() { sliderClientClassName = DEFAULT_SLIDER_CLIENT }
