Most likely, one of the tests has been hard-coded towards that server.
That likely does not explain your error message though. Looking into it.
On Mon, Apr 23, 2012 at 4:44 PM, Gregg Williams <gre...@innerpaths.net> wrote:
>
--
http://elhumidor.blogspot.com/
http://www.intentmedia.com/jobs
# create the test database. This assumes you have mysql running.
echo "create database clj_record_test" | mysql -uroot
# run a project repl
lein repl
# then inside the repl:
(require 'clj-record.test-helper)
(clj-record.test-helper/reset-db)
If you want to test with a different database, comment and uncomment
in test/clj_record/test_model/config.clj. Also note that's where db
credentials live.
There was a quoting mistake in the definition of reset-db. It's fixed
now. Please let me know if this now works for you.
I think you forgot to paste the error. If it's more than a few lines, could you put it on gist, pastie, or similar instead of putting it right in the message? Can you also run lein -v to show what version of leiningen you're running? Thanks.
-- typed with my thumbs