<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -72,9 +72,11 @@
   (is (re-find #&quot;ab&quot; &quot;abbabba&quot;) &quot;Should pass&quot;)
   (is (re-find #&quot;cd&quot; &quot;abbabba&quot;) &quot;Should fail&quot;))
 
+(deftest #^{:has-meta true} can-add-metadata-to-tests
+  (is (:has-meta ^#'can-add-metadata-to-tests) &quot;Should pass&quot;))
 
 ;; still have to declare the symbol before testing unbound symbols
-(declare does-not-exist) 
+(declare does-not-exist)
 
 (deftest can-test-unbound-symbol
   (is (= nil does-not-exist) &quot;Should error&quot;))</diff>
      <filename>test/clojure/test_clojure/test.clj</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7779c99699f29118ee9fc66201c7afdd1a5dd300</id>
    </parent>
  </parents>
  <author>
    <name>Phil Hagelberg</name>
    <email>technomancy@gmail.com</email>
  </author>
  <url>http://github.com/richhickey/clojure/commit/9bde10da7b13dd24b5666260d231d79792a34305</url>
  <id>9bde10da7b13dd24b5666260d231d79792a34305</id>
  <committed-date>2009-10-28T19:37:16-07:00</committed-date>
  <authored-date>2009-10-18T20:53:20-07:00</authored-date>
  <message>Add test for metadata-carrying deftest. Refs #201

Signed-off-by: Chouser &lt;chouser@n01se.net&gt;</message>
  <tree>6447acac05194001d8ce999288ae72211948ba5e</tree>
  <committer>
    <name>Chouser</name>
    <email>chouser@n01se.net</email>
  </committer>
</commit>
