poiati / gmongo

A Groovy wrapper to the mongodb Java driver
http://blog.paulopoiati.com/2010/06/20/gmongo-0-5-released/
Apache License 2.0
182 stars 44 forks source link

Mongo port now configurable for tests #13

Closed stefankendall closed 12 years ago

stefankendall commented 12 years ago

I unified how the tests instantiate mongo and made the mongo port configurable by a system property during tests. My CI system is running mongo on a non-standard port, so I can't run CI without this.

Some of the tests were unified to make this possible, and I removed a dummy test by making IntegrationTestCase abstract.