[Seaside] Where to store db connection value?

Philippe Marschall philippe.marschall at gmail.com
Wed Oct 19 17:41:16 UTC 2005


> Using the method you suggested, how would I setup the database
> connection in a unit TestCase that is obviously not in the context of
> a Seaside component?

MyTest >> #performTest
	MYCurrentDatabase
		use: self testDatabase
		during: [ super performTest ].


More information about the Seaside mailing list