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/727a7554 Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/727a7554 Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/727a7554 Branch: refs/heads/develop Commit: 727a7554a28caf50df53d40f4d65ac56ba3bb9cf Parents: 3e6cf34 Author: Steve Loughran <[email protected]> Authored: Fri Nov 7 20:45:59 2014 +0000 Committer: Steve Loughran <[email protected]> Committed: Fri Nov 7 20:45:59 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/727a7554/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 }
