aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/test_contrib.clj
diff options
context:
space:
mode:
authorStuart Halloway <stu@thinkrelevance.com>2009-08-25 21:52:48 -0400
committerStuart Halloway <stu@thinkrelevance.com>2009-08-25 21:52:48 -0400
commitc3cc2ea4356abc6c9e3faf43c862e3d6df3f28de (patch)
tree4517577a06fefe89b2a343198b8e93cde3be48d3 /src/clojure/contrib/test_contrib.clj
parentaddc9c1460d56074962d85a99685573319a3c496 (diff)
parentf191c6be636ad682343279280fbe02fb2a956a03 (diff)
Merge branch 'expect'
Diffstat (limited to 'src/clojure/contrib/test_contrib.clj')
-rw-r--r--src/clojure/contrib/test_contrib.clj3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/clojure/contrib/test_contrib.clj b/src/clojure/contrib/test_contrib.clj
index d7b2597b..8402b7ba 100644
--- a/src/clojure/contrib/test_contrib.clj
+++ b/src/clojure/contrib/test_contrib.clj
@@ -20,7 +20,8 @@
[: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])
+ :test-trace :test-jmx :java-utils :expect-test :expect-test.test-adapter-test
+ :seq-utils-test])
(def test-namespaces
(map #(symbol (str "clojure.contrib.test-contrib." (name %)))