Repository: bigtop
Updated Branches:
  refs/heads/master 24277571a -> 06a0b005e


BIGTOP-1253. TestSLive calling setpDir() instead of setupDir()


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/06a0b005
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/06a0b005
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/06a0b005

Branch: refs/heads/master
Commit: 06a0b005ed3b8e6b386f3784b1c988fc8ac260c0
Parents: 2427757
Author: Virginia Wang <[email protected]>
Authored: Thu Mar 13 10:57:57 2014 -0700
Committer: Konstantin Boudnik <[email protected]>
Committed: Thu Mar 13 10:57:57 2014 -0700

----------------------------------------------------------------------
 .../groovy/org/apache/bigtop/itest/iolongevity/TestSLive.groovy    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/06a0b005/bigtop-tests/test-artifacts/longevity/src/main/groovy/org/apache/bigtop/itest/iolongevity/TestSLive.groovy
----------------------------------------------------------------------
diff --git 
a/bigtop-tests/test-artifacts/longevity/src/main/groovy/org/apache/bigtop/itest/iolongevity/TestSLive.groovy
 
b/bigtop-tests/test-artifacts/longevity/src/main/groovy/org/apache/bigtop/itest/iolongevity/TestSLive.groovy
index db86c9e..58ba465 100644
--- 
a/bigtop-tests/test-artifacts/longevity/src/main/groovy/org/apache/bigtop/itest/iolongevity/TestSLive.groovy
+++ 
b/bigtop-tests/test-artifacts/longevity/src/main/groovy/org/apache/bigtop/itest/iolongevity/TestSLive.groovy
@@ -84,7 +84,7 @@ public class TestSLive {
     ]
   }
 
-  public void setpDir() {
+  public void setupDir() {
     sh.exec("hadoop fs -rm -r " + SLIVE_ROOT_FILE)
     sh.exec("hadoop fs -mkdir " + SLIVE_ROOT_FILE)
     Thread.sleep(SLEEP_TIMEOUT)

Reply via email to