Repository: incubator-slider
Updated Branches:
  refs/heads/develop fa9d8c1ec -> 38b0f2349


tweak TestWindowsSupport in preparation for HADOOP-10775


Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/38b0f234
Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/38b0f234
Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/38b0f234

Branch: refs/heads/develop
Commit: 38b0f234947ddc6f5433e814f950e0df5e036ce6
Parents: fa9d8c1
Author: Steve Loughran <[email protected]>
Authored: Tue Oct 6 20:35:56 2015 +0100
Committer: Steve Loughran <[email protected]>
Committed: Tue Oct 6 20:38:44 2015 +0100

----------------------------------------------------------------------
 .../org/apache/slider/common/tools/TestWindowsSupport.groovy       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/38b0f234/slider-core/src/test/groovy/org/apache/slider/common/tools/TestWindowsSupport.groovy
----------------------------------------------------------------------
diff --git 
a/slider-core/src/test/groovy/org/apache/slider/common/tools/TestWindowsSupport.groovy
 
b/slider-core/src/test/groovy/org/apache/slider/common/tools/TestWindowsSupport.groovy
index cceb42b..e6ec1a5 100644
--- 
a/slider-core/src/test/groovy/org/apache/slider/common/tools/TestWindowsSupport.groovy
+++ 
b/slider-core/src/test/groovy/org/apache/slider/common/tools/TestWindowsSupport.groovy
@@ -163,7 +163,7 @@ class TestWindowsSupport extends YarnMiniClusterTestBase {
   @Test
   public void testExecWinutils() throws Throwable {
     assumeWindows()
-    def winUtilsPath = Shell.winUtilsPath
+    def winUtilsPath = Shell.getWinutilsPath()
     assert winUtilsPath
     File winUtils = new File(winUtilsPath)
     log.debug("Winutils is at $winUtils)")

Reply via email to