Re: clojure.contrib.test-is/run-tests throws NullPointerException w/ invalid args

2009-05-06 Thread Stuart Sierra
On May 5, 2:05 pm, Timo Mihaljov wrote: > When clojure.contrib.test-is/run-tests is given an invalid argument, it > throws a NullPointerException: Fixed! -SS --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clojure"

Re: clojure.contrib.test-is/run-tests throws NullPointerException w/ invalid args

2009-05-06 Thread Timo Mihaljov
Stuart Sierra wrote: > On May 5, 2:05 pm, Timo Mihaljov wrote: >> When clojure.contrib.test-is/run-tests is given an invalid argument, it >> throws a NullPointerException: > > Yes, I'm aware of this, will try to fix. > -SS Thank you! -- Timo --~--~-~--~~~---~--~---

Re: clojure.contrib.test-is/run-tests throws NullPointerException w/ invalid args

2009-05-05 Thread Stuart Sierra
On May 5, 2:05 pm, Timo Mihaljov wrote: > When clojure.contrib.test-is/run-tests is given an invalid argument, it > throws a NullPointerException: Yes, I'm aware of this, will try to fix. -SS --~--~-~--~~~---~--~~ You received this message because you are subscr

clojure.contrib.test-is/run-tests throws NullPointerException w/ invalid args

2009-05-05 Thread Timo Mihaljov
When clojure.contrib.test-is/run-tests is given an invalid argument, it throws a NullPointerException: user=> (use 'clojure.contrib.test-is) nil user=> (run-tests 'asdf) java.lang.RuntimeException: java.lang.NullPointerException (NO_SOURCE_FILE:0) The issue seems harmless in a simple case like