-
Task
-
Resolution: Done
-
Minor
-
None
-
None
There is a server.xml file for the tests-webservice-ssl target. However, no tests actually get executed when you run this target. According to build.xml in testsuite, here are the tests it is trying to pull in:
<patternset id="webservice-ssl.includes">
<include name="org/jboss/test/webservice/secure/**/*TestCase.class"/>
<exclude name="org/jboss/test/webservice/secure/noenv/**/*TestCase.class"/>
</patternset>
So I guess the tests-webservice-ssl target is obsolete? Can someone from the Web Services team comment?
(see JBAS-4025)
- relates to
-
JBAS-4025 failing org.jboss.test.web.test.ssl.SSLUnitTestCase
- Closed