aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/test_contrib.clj
diff options
context:
space:
mode:
authorStuart Halloway <stu@thinkrelevance.com>2009-06-25 22:19:00 -0400
committerStuart Halloway <stu@thinkrelevance.com>2009-06-25 22:19:00 -0400
commit82cf0409d0fcb71be477ebfc4da18ee2128a2ad1 (patch)
treed150d6e182e693bffb735604c473b7f7dc051fed /src/clojure/contrib/test_contrib.clj
parentf9b111c67752220c9d45a7d6ef22c6eecf400c87 (diff)
parent4f2c7bb5cf6828eb710fd18b603828ab295d0fa5 (diff)
Merge commit 'stuart/gtic'
Diffstat (limited to 'src/clojure/contrib/test_contrib.clj')
-rw-r--r--src/clojure/contrib/test_contrib.clj5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/clojure/contrib/test_contrib.clj b/src/clojure/contrib/test_contrib.clj
index f5cf44ea..a846ab17 100644
--- a/src/clojure/contrib/test_contrib.clj
+++ b/src/clojure/contrib/test_contrib.clj
@@ -13,14 +13,13 @@
;; stuart.halloway (gmail)
(ns clojure.contrib.test-contrib
- (:use [clojure.contrib.test-is :only (run-tests)])
+ (:use [clojure.test :only (run-tests)])
(:gen-class))
(def test-names
[: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-is
- :test-is-fixtures])
+ :test-dataflow :test-java-utils :test-lazy-seqs])
(def test-namespaces
(map #(symbol (str "clojure.contrib.test-contrib." (name %)))