You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2016/02/24 17:17:26 UTC

[16/27] storm git commit: fix nimbus_test.clj

fix nimbus_test.clj


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

Branch: refs/heads/master
Commit: e0f3cb5f322c1dc09d05803e93d1fb3e6a3baff0
Parents: 419be35
Author: xiaojian.fxj <xi...@alibaba-inc.com>
Authored: Tue Feb 16 11:40:48 2016 +0800
Committer: xiaojian.fxj <xi...@alibaba-inc.com>
Committed: Tue Feb 16 11:40:48 2016 +0800

----------------------------------------------------------------------
 storm-core/test/clj/org/apache/storm/nimbus_test.clj | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/e0f3cb5f/storm-core/test/clj/org/apache/storm/nimbus_test.clj
----------------------------------------------------------------------
diff --git a/storm-core/test/clj/org/apache/storm/nimbus_test.clj b/storm-core/test/clj/org/apache/storm/nimbus_test.clj
index 2a65efc..09c4371 100644
--- a/storm-core/test/clj/org/apache/storm/nimbus_test.clj
+++ b/storm-core/test/clj/org/apache/storm/nimbus_test.clj
@@ -1411,8 +1411,6 @@
           cluster-utils (Mockito/mock ClusterUtils)]
       (with-open [_ (ConfigUtilsInstaller. fake-cu)
                   _ (UtilsInstaller. fake-utils)
-                  _ (proxy [ConfigUtils] []
-                      (nimbusTopoHistoryStateImpl [conf] nil))
                   zk-le (MockedZookeeper. (proxy [Zookeeper] []
                           (zkLeaderElectorImpl [conf] nil)))
                   mocked-cluster (MockedCluster. cluster-utils)]