[jboss-dev] Re: AS testsuite

Ales Justin ales.justin at gmail.com
Wed Jun 18 04:14:10 EDT 2008


> I can make a metadata Beta with the fix.

Cool.
Will let you know when I'm done.

> Do you mean the order of PS service tests within the same test, or 
> across tests?

Across ProfileService tests.
At least that's what I saw yesterday - if ps.DeployUTC failed, then all 
the next one's failed as well - with that MD.checkComplete error.

On unrelated note, the tests in PS do depend on order - addXY must 
definitely be before removeXY.
How do we control this?

With this:
       suite.addTest(new ProfileServiceUnitTestCase("testAddDataSource"));
       suite.addTest(new 
ProfileServiceUnitTestCase("testRemoveDataSource"));

Is suite backed-up by list or set?



More information about the jboss-development mailing list