Hi Alex,
I updated your (extensive!) unit test:
UDDI_131_NegativePublicationIntegrationTest with some housekeeping
changes :):
- I renamed it to UDDI_140 to leave some room if we need to add another
test in between
and we require it to executed first for whatever reason
- do not show stack traces if test is expecting a fail; a stacktrace
flags an unexpected issue with the test
- add /expected/ annotation to make is clear tests are a 'negative'
test, and it spells out which exception we are expecting
- change before to beforeclass annotation, this makes the test much
faster (only setup and take down once)
- Please start your svn comment with the jira: JUDDI-580 then jira
*should* be able to create a link
from jira to the code diff.
Cheers,
--Kurt