CxfBcProviderTest from deployables/bindingcomponents/servicemix-cxf-bc fails
due to unexpected availability of the service.
---------------------------------------------------------------------------------------------------------------------------
Key: SM-1384
URL: https://issues.apache.org/activemq/browse/SM-1384
Project: ServiceMix
Issue Type: Test
Components: servicemix-cxf-bc
Affects Versions: 3.2.1
Reporter: Ulhas Bhole
Fix For: 3.2.2
Attachments: patch.txt
CxfBcProviderTest fails due to unexpected finding service running. Test has 2
methods testProvider() and testExternalServerNotExist(). If the test ran in
this sequence the second method fails because the first test method do not
shutdown CXF service properly. if the tests are run in opposite order it
passes.
Fix is to properly shutdown service in testProvider() method so that next test
doen't find it and works as expected.
Patch is attached.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.