Re: clojure.test hang testing agent

2009-10-17 Thread Robert Stehwien
On Fri, Oct 16, 2009 at 11:00 PM, John Harrop wrote: > On Sat, Oct 17, 2009 at 12:51 AM, Robert Stehwien wrote: > >> I'm using the clojure-maven-plugin v1.1 (latest shapshots of clojure and >> clojure-contrib) to run a test for an agent >> > > ... > > >> All the tests run, complete, and report ba

Re: clojure.test hang testing agent

2009-10-16 Thread John Harrop
On Sat, Oct 17, 2009 at 12:51 AM, Robert Stehwien wrote: > I'm using the clojure-maven-plugin v1.1 (latest shapshots of clojure and > clojure-contrib) to run a test for an agent > ... > All the tests run, complete, and report back their status but then the > build freezes until I hit ctrl-c J

clojure.test hang testing agent

2009-10-16 Thread Robert Stehwien
I'm using the clojure-maven-plugin v1.1 (latest shapshots of clojure and clojure-contrib) to run a test for an agent that looks like this: -- (ns com.arcanearcade.clojure.utils.test-timer-agent (:require [com.arcanearcade.clojure.utils.timer-agent :as ta]) (:use clojure.test)) (deftes