onyx-platform / onyx-datomic

Onyx plugin for Datomic
http://www.onyxplatform.org/
Eclipse Public License 1.0
37 stars 14 forks source link

Update tests to use :embedded hornetq instance instead of :vm #2

Closed CmdrDats closed 9 years ago

CmdrDats commented 9 years ago

I couldn't get this test to pass without changing to :embedded since it refused to connect to the :vm instance.

This test is now similar to the standalone_test inside the main onyx repo. It also relies on the config and xml resources being available from the onyx dependency.

MichaelDrogalis commented 9 years ago

I was relying on an external HornetQ server running. Shame on me! Thanks for fixing this!