diff options
author | Stuart Halloway <stu@thinkrelevance.com> | 2009-06-25 22:19:00 -0400 |
---|---|---|
committer | Stuart Halloway <stu@thinkrelevance.com> | 2009-06-25 22:19:00 -0400 |
commit | 82cf0409d0fcb71be477ebfc4da18ee2128a2ad1 (patch) | |
tree | d150d6e182e693bffb735604c473b7f7dc051fed /src/clojure/contrib/pprint/examples/json.clj | |
parent | f9b111c67752220c9d45a7d6ef22c6eecf400c87 (diff) | |
parent | 4f2c7bb5cf6828eb710fd18b603828ab295d0fa5 (diff) |
Merge commit 'stuart/gtic'
Diffstat (limited to 'src/clojure/contrib/pprint/examples/json.clj')
-rw-r--r-- | src/clojure/contrib/pprint/examples/json.clj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/clojure/contrib/pprint/examples/json.clj b/src/clojure/contrib/pprint/examples/json.clj index ca11231d..f62f81a7 100644 --- a/src/clojure/contrib/pprint/examples/json.clj +++ b/src/clojure/contrib/pprint/examples/json.clj @@ -20,7 +20,7 @@ This is an example of using a pretty printer dispatch function to generate JSON :see-also [["http://json.org/", "JSON Home Page"]]} clojure.contrib.pprint.examples.json (:require [clojure.contrib.java-utils :as j]) - (:use [clojure.contrib.test-is :only (deftest- is)] + (:use [clojure.test :only (deftest- is)] [clojure.contrib.pprint :only (write formatter-out)])) @@ -104,9 +104,9 @@ This is an example of using a pretty printer dispatch function to generate JSON ;;; TESTS ;; Run these tests with -;; (clojure.contrib.test-is/run-tests 'clojure.contrib.print-json) +;; (clojure.test/run-tests 'clojure.contrib.print-json) -;; Bind clojure.contrib.test-is/*load-tests* to false to omit these +;; Bind clojure.test/*load-tests* to false to omit these ;; tests from production code. (deftest- can-print-json-strings |