Re: Global test setup

2008-06-13 Thread Kathryn Huxtable
Thanks to both you and Geoffrey. This is food for thought. I'll post what I do if it's not just using the TestSetup class, which I think I understand now that it's been pointed out to me. -K On Jun 12, 2008, at 5:23 PM, Wendy Smoak wrote: On Thu, Jun 12, 2008 at 2:13 PM, Kathryn Huxtable

Global test setup

2008-06-12 Thread Kathryn Huxtable
Hi all, I'm working on converting an Internet2 ant project (ldappc) to Maven. (I can't stand ant.) The project interacts with two databases and an LDAP directory. Specifically, it provisions certain attributes in LDAP from the databases. The test suite uses a user-supplied LDAP directory

Re: Global test setup

2008-06-12 Thread Geoffrey Wiseman
On Thu, Jun 12, 2008 at 5:13 PM, Kathryn Huxtable [EMAIL PROTECTED] wrote: I'm working on converting an Internet2 ant project (ldappc) to Maven. (I can't stand ant.) The project interacts with two databases and an LDAP directory. Specifically, it provisions certain attributes in LDAP from the

Re: Global test setup

2008-06-12 Thread Wendy Smoak
On Thu, Jun 12, 2008 at 2:13 PM, Kathryn Huxtable [EMAIL PROTECTED] wrote: The test suite uses a user-supplied LDAP directory and two HSQL databases. It would be nice if before running the tests Maven could start up the databases from initial settings and make sure LDAP was running on