diff options
author | Aaron Bedra and Stuart Halloway <pair@thinkrelevance.com> | 2009-08-23 13:56:31 -0400 |
---|---|---|
committer | Aaron Bedra and Stuart Halloway <pair@thinkrelevance.com> | 2009-08-23 13:56:31 -0400 |
commit | f9808c1e39e73bbf6234624e4f79c9e91dfcfd22 (patch) | |
tree | 3213869c093287da0d27250db620b94dbdd1961e /src/clojure/contrib/test_contrib.clj | |
parent | cf4790b017ab4d2840f9d224abfa9c6023f71262 (diff) |
got tests passing for clojure.contrib.expect
* had to use fully-qualified symbols in
test-has-matching-signature. Should be a better way
Diffstat (limited to 'src/clojure/contrib/test_contrib.clj')
-rw-r--r-- | src/clojure/contrib/test_contrib.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clojure/contrib/test_contrib.clj b/src/clojure/contrib/test_contrib.clj index d7b2597b..9624e987 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]) + :test-trace :test-jmx :java-utils :expect-test]) (def test-namespaces (map #(symbol (str "clojure.contrib.test-contrib." (name %))) |