Hi, Just wanted to give everyone a heads up that I've needed to make changes in the tests to fix a few test failures.
The change to QpidTestCase etc have been discussed as part of QPID-1079 and are assigned to Arnaud to to do: http://cwiki.apache.org/confluence/display/qpid/Qpid+Java+Meeting+Minutes+2008-07-11 However, I'm trying to get trunk passing our tests(java and C++) 100%. The code review change is to move QpidTestCase to a new shared module that client can depend on for testing. I would argue that the client module should not be dependant directly or indirectly on the broker. So the large change I am looking to commit is move all tests that utilise QpidTestCase to systests. This will leave only pure unit tests in the client package. Does anyone have any objections/thoughts? Cheers Martin -- Martin Ritchie
