You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by te...@apache.org on 2014/07/08 00:44:27 UTC

git commit: SLIDER-215 Addendum fixes typo of KEY_TEST_HBASE_LAUNCH_TIME

Repository: incubator-slider
Updated Branches:
  refs/heads/develop da59d8812 -> f50ea0e98


SLIDER-215 Addendum fixes typo of KEY_TEST_HBASE_LAUNCH_TIME


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

Branch: refs/heads/develop
Commit: f50ea0e989e9ed96caa802065407a0440835be37
Parents: da59d88
Author: tedyu <yu...@gmail.com>
Authored: Mon Jul 7 15:44:35 2014 -0700
Committer: tedyu <yu...@gmail.com>
Committed: Mon Jul 7 15:44:35 2014 -0700

----------------------------------------------------------------------
 .../apache/slider/funtest/hbase/HBaseAgentCommandTestBase.groovy   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/f50ea0e9/app-packages/hbase/src/test/groovy/org/apache/slider/funtest/hbase/HBaseAgentCommandTestBase.groovy
----------------------------------------------------------------------
diff --git a/app-packages/hbase/src/test/groovy/org/apache/slider/funtest/hbase/HBaseAgentCommandTestBase.groovy b/app-packages/hbase/src/test/groovy/org/apache/slider/funtest/hbase/HBaseAgentCommandTestBase.groovy
index fa2ac49..757b7fa 100644
--- a/app-packages/hbase/src/test/groovy/org/apache/slider/funtest/hbase/HBaseAgentCommandTestBase.groovy
+++ b/app-packages/hbase/src/test/groovy/org/apache/slider/funtest/hbase/HBaseAgentCommandTestBase.groovy
@@ -34,7 +34,7 @@ abstract class HBaseAgentCommandTestBase extends AgentCommandTestBase {
 
   static {
     HBASE_LAUNCH_WAIT_TIME = getTimeOptionMillis(SLIDER_CONFIG,
-      KEY_HBASE_LAUNCH_TIME,
+      KEY_TEST_HBASE_LAUNCH_TIME,
       1000 * DEFAULT_HBASE_LAUNCH_TIME_SECONDS)
   }