Details
-
Test
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Java-SCA-1.4
-
None
-
Patch Available
Description
This jira is opened to submit test case ASM6030-ASM6035 for conformance items ASM60030-ASM60034. Please port test.BaseJAXWSTestCase and test.BaseTestCase from sca 2.0 to sca1.x, or some testcase will fail.
In addition, ASM_6031_TestCase has been ignored due to jira 2928. If you want to recreate the problem I mentioned in jira 2928, you just need to comment the method testDummy in class ASM_6031_TestCase as follows.
/*
@Ignore("TUSCANY-2928")
public void testDummy() throws Exception {
}
*/