Re: test.clj / test/tap.clj error

2009-09-25 Thread Stuart Sierra
On Sep 23, 3:39 pm, MarkSwanson mark.swanson...@gmail.com wrote: I'm trying to use tst/tap.clj but the tap output does not contain the 'not ok' line. I think this is a bug in tap.clj. Here is the small test: You're right, it's a bug. Please file a ticket on Assembla; you can assign it to

Re: test.clj / test/tap.clj error

2009-09-25 Thread MarkSwanson
In case others wonder how do file a ticket on Assembla: 1. sign up for an Assembla account at www.assembla.com 2. Ack the signup email 3. go to : https://www.assembla.com/spaces/clojure-contrib/tickets 4. look for the 'create ticket' button. Then tell me where it is so I can also file a ticket.

test.clj / test/tap.clj error

2009-09-23 Thread MarkSwanson
Hello, I'm trying to use tst/tap.clj but the tap output does not contain the 'not ok' line. I think this is a bug in tap.clj. Here is the small test: (ns tc (:use [clojure.test])) (deftest addition (is (= 4 (+ 2 2))) (is (= 8 (+ 3 4 (use 'clojure.test) (use