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 <[email protected]> Authored: Tue Feb 16 11:40:48 2016 +0800 Committer: xiaojian.fxj <[email protected]> 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)]
