aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/test_contrib.clj
diff options
context:
space:
mode:
authorAaron Bedra and Stuart Halloway <pair@thinkrelevance.com>2009-08-23 14:06:35 -0400
committerAaron Bedra and Stuart Halloway <pair@thinkrelevance.com>2009-08-23 14:06:35 -0400
commit0b8b47631efe950df74d17d8f410eb8196342359 (patch)
treed0b4fa846039c819102da1ac7a7d5de15ec12fa4 /src/clojure/contrib/test_contrib.clj
parentf9808c1e39e73bbf6234624e4f79c9e91dfcfd22 (diff)
added adapter test
Diffstat (limited to 'src/clojure/contrib/test_contrib.clj')
-rw-r--r--src/clojure/contrib/test_contrib.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clojure/contrib/test_contrib.clj b/src/clojure/contrib/test_contrib.clj
index 9624e987..13498076 100644
--- a/src/clojure/contrib/test_contrib.clj
+++ b/src/clojure/contrib/test_contrib.clj
@@ -20,7 +20,7 @@
[:complex-numbers :fnmap :macro-utils :monads :pprint.pretty
:pprint.cl-format :str-utils :shell-out :test-graph
:test-dataflow :test-java-utils :test-lazy-seqs
- :test-trace :test-jmx :java-utils :expect-test])
+ :test-trace :test-jmx :java-utils :expect-test :expect-test.test-adapter-test])
(def test-namespaces
(map #(symbol (str "clojure.contrib.test-contrib." (name %)))