Fixing a broker unit test that started failing after merge.
Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/eb3a8375 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/eb3a8375 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/eb3a8375 Branch: refs/heads/0.11.x-branch Commit: eb3a8375aed6eea6302383839676634f663acc46 Parents: 5758718 Author: Parth Brahmbhatt <[email protected]> Authored: Fri Mar 20 10:38:05 2015 -0700 Committer: Parth Brahmbhatt <[email protected]> Committed: Fri Mar 20 10:38:05 2015 -0700 ---------------------------------------------------------------------- storm-core/test/clj/backtype/storm/cluster_test.clj | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/eb3a8375/storm-core/test/clj/backtype/storm/cluster_test.clj ---------------------------------------------------------------------- diff --git a/storm-core/test/clj/backtype/storm/cluster_test.clj b/storm-core/test/clj/backtype/storm/cluster_test.clj index ffc72af..e5ffc17 100644 --- a/storm-core/test/clj/backtype/storm/cluster_test.clj +++ b/storm-core/test/clj/backtype/storm/cluster_test.clj @@ -17,6 +17,7 @@ (:import [java.util Arrays] [backtype.storm.nimbus NimbusInfo]) (:import [backtype.storm.daemon.common Assignment StormBase SupervisorInfo]) + (:import [backtype.storm.generated NimbusSummary]) (:import [org.apache.zookeeper ZooDefs ZooDefs$Ids]) (:import [org.mockito Mockito]) (:import [org.mockito.exceptions.base MockitoAssertionError])
