On Fri, Nov 9, 2012 at 2:46 PM, Chip Childers <chip.child...@sungard.com> wrote: > On Sat, Nov 3, 2012 at 12:29 PM, Charles Moulliard <ch0...@gmail.com> wrote: >> Database connection is there. I think that doc should be improved to >> explain for 4.1.0 what should be configured and installed prior to start >> maven build > > Except that IMO, we should not require a database to build or run real > unit tests. >
Completely agree. Needing a DB connection exceeds the scope of a unit test. It also strikes me as a chicken and egg problem - assuming I deployed the database before I compiled the code seems backward. --David