Repository: incubator-slider
Updated Branches:
  refs/heads/develop 7c0766274 -> 5ccc5356d


Revert "tweak TestWindowsSupport in preparation for HADOOP-10775"

This reverts commit 38b0f234947ddc6f5433e814f950e0df5e036ce6.


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

Branch: refs/heads/develop
Commit: 5ccc5356dabc9711a9f7500b29069e81fe71b85a
Parents: 7c07662
Author: Steve Loughran <[email protected]>
Authored: Fri Oct 9 20:29:37 2015 +0100
Committer: Steve Loughran <[email protected]>
Committed: Fri Oct 9 20:29:37 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/5ccc5356/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 e6ec1a5..cceb42b 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.getWinutilsPath()
+    def winUtilsPath = Shell.winUtilsPath
     assert winUtilsPath
     File winUtils = new File(winUtilsPath)
     log.debug("Winutils is at $winUtils)")

Reply via email to