STORM-166 removing no longer required test.

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

Branch: refs/heads/0.11.x-branch
Commit: 2954eae77c898174bdf6b5970d8095ed442e672d
Parents: c82482d
Author: Parth Brahmbhatt <[email protected]>
Authored: Fri Dec 19 13:55:32 2014 -0800
Committer: Parth Brahmbhatt <[email protected]>
Committed: Fri Dec 19 13:55:32 2014 -0800

----------------------------------------------------------------------
 storm-core/test/clj/backtype/storm/utils_test.clj | 11 -----------
 1 file changed, 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/2954eae7/storm-core/test/clj/backtype/storm/utils_test.clj
----------------------------------------------------------------------
diff --git a/storm-core/test/clj/backtype/storm/utils_test.clj 
b/storm-core/test/clj/backtype/storm/utils_test.clj
index 2b0bbd5..74d97b7 100644
--- a/storm-core/test/clj/backtype/storm/utils_test.clj
+++ b/storm-core/test/clj/backtype/storm/utils_test.clj
@@ -42,17 +42,6 @@
   )
 )
 
-(deftest test-getConfiguredClient-throws-RunTimeException-on-bad-config
-  (let [storm-conf (merge (read-storm-config)
-                     {STORM-THRIFT-TRANSPORT-PLUGIN
-                       "backtype.storm.security.auth.SimpleTransportPlugin"
-                      Config/NIMBUS_THRIFT_PORT ""
-                     })]
-    (is (thrown-cause? RuntimeException
-      (NimbusClient/getConfiguredClient storm-conf)))
-  )
-)
-
 (deftest test-getConfiguredClient-throws-RunTimeException-on-bad-args
   (let [storm-conf (merge
                     (read-storm-config)

Reply via email to