<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -8,8 +8,7 @@
 ;;
 
 (ns clojure.contrib.test-clojure.data-structures
-  (:use clojure.contrib.test-is
-        [clojure.contrib.test-clojure.test-utils :only (all-are)]))
+  (:use clojure.contrib.test-is))
 
 
 ;; *** Helper functions ***</diff>
      <filename>test/clojure/contrib/test_clojure/data_structures.clj</filename>
    </modified>
    <modified>
      <diff>@@ -6,28 +6,25 @@
 ;;  terms of this license.  You must not remove this notice, or any other,
 ;;  from this software.
 
-(ns clojure.contrib.test-clojure.test-utils
-  (:use [clojure.contrib.combinatorics :only (combinations)]))
+(ns clojure.contrib.test-clojure.test-utils)
 
-
-(defn exception
-  &quot;Use this function to ensure that execution of a program doesn't
+  (defn exception
+    &quot;Use this function to ensure that execution of a program doesn't
   reach certain point.&quot;
-  []
-  (throw (new Exception &quot;Exception which should never occur&quot;)))
-
+    []
+    (throw (new Exception &quot;Exception which should never occur&quot;)))
 
-(defmacro all-are
-  &quot;Test all-with-all.
-  (all-are (= _1 _2)
-    a b c)
-  =&gt;
-  (do
-    (is (= a b))
-    (is (= a c))
-    (is (= b c)))&quot;
-  [expr &amp; args]
-  (concat
-    (list 'clojure.contrib.template/do-template (list 'clojure.contrib.test-is/is expr))
-    (apply concat (combinations args 2))))
 
+;;   (defmacro all-are
+;;     &quot;Test all-with-all.
+;;   (all-are (= _1 _2)
+;;     a b c)
+;;   =&gt;
+;;   (do
+;;     (is (= a b))
+;;     (is (= a c))
+;;     (is (= b c)))&quot;
+;;     [expr &amp; args]
+;;     (concat
+;;      (list 'clojure.contrib.template/do-template (list 'clojure.contrib.test-is/is expr))
+;;      (apply concat (combinations args 2)))))</diff>
      <filename>test/clojure/contrib/test_clojure/test_utils.clj</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d5f4c4cb9e406236e6aa8c0f1e65b7dcd0bf35af</id>
    </parent>
  </parents>
  <author>
    <name>Stuart Halloway</name>
    <email>stu@thinkrelevance.com</email>
  </author>
  <url>http://github.com/stuarthalloway/clojure/commit/30ef397b0c3cac1a62f70fe84315b7f0e2505b89</url>
  <id>30ef397b0c3cac1a62f70fe84315b7f0e2505b89</id>
  <committed-date>2009-06-23T21:34:22-07:00</committed-date>
  <authored-date>2009-06-23T21:34:22-07:00</authored-date>
  <message>gtic: break dependency on combinatorics via all-are</message>
  <tree>f98dfda5f201633a2501189eb391695a8df8908e</tree>
  <committer>
    <name>Stuart Halloway</name>
    <email>stu@thinkrelevance.com</email>
  </committer>
</commit>
