Re: Unit testing
Re: Unit testing
- Subject: Re: Unit testing
- From: Mike Schrag <email@hidden>
- Date: Fri, 10 Oct 2008 09:25:45 -0400
you can add a listener in your Application class.
Or use Wonder and just set it with Properties ... That said, I HIGHLY
recommend (and you can put this on my best practices list) that you
never make the default connection dictionary in your model the
production database. This is the setup for a complete disaster since
(as you're seeing) the default state will be to mess with your
production data. Make your default connection dictionary at most a
development database (like a http://127.0.0.1/MyDatabase) and
Properties-set your production config as a deployment config.
ms
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden