Ole Ersoy wrote:
OK - Got it.Apparently Eclipse EMF likes each resourceSet = createResourceSet() method inside each test case. Cheers, - Ole
you should do all junit setup in setUp() , not the ctor. JUnit creates all instances in advance and stores them somewhere. This is a fact you can abuse, but which can also hurt you.
-steve --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
