Now that TUSCANY-2389 is fixed, removing @Ignore.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681602 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5ae8b4a0e2
commit
b2f867a685
2 changed files with 0 additions and 4 deletions
java/sca/itest/databindings
jaxb-bottom-up/src/test/java/org/apache/tuscany/sca/itest/databindings/jaxb
jaxb-top-down/src/test/java/org/apache/tuscany/sca/itest/databindings/jaxb/topdown
|
@ -567,7 +567,6 @@ public class StandardTypesDatabindingTestCase {
|
|||
* Service method invoked is getNewObjectArray.
|
||||
*/
|
||||
@Test
|
||||
// @Ignore("TUSCANY-2389")
|
||||
public void testWSNewObjectArray() throws Exception {
|
||||
StandardTypesServiceClient serviceClient =
|
||||
domain.getService(StandardTypesServiceClient.class, "StandardTypesServiceClientWSComponent");
|
||||
|
|
|
@ -283,7 +283,6 @@ public class StandardTypesDatabindingTestCase {
|
|||
* Service method invoked is getNewObjectArray.
|
||||
*/
|
||||
@Test
|
||||
@Ignore("TUSCANY-2389")
|
||||
public void testW2WNewObjectArray() throws Exception {
|
||||
StandardTypesServiceClient serviceClient =
|
||||
domain.getService(StandardTypesServiceClient.class, "StandardTypesServiceClientW2WComponent");
|
||||
|
@ -574,7 +573,6 @@ public class StandardTypesDatabindingTestCase {
|
|||
* Service method invoked is getNewObjectArray.
|
||||
*/
|
||||
@Test
|
||||
@Ignore("TUSCANY-2389")
|
||||
public void testJ2WNewObjectArray() throws Exception {
|
||||
StandardTypesServiceClient serviceClient =
|
||||
domain.getService(StandardTypesServiceClient.class, "StandardTypesServiceClientJ2WComponent");
|
||||
|
@ -865,7 +863,6 @@ public class StandardTypesDatabindingTestCase {
|
|||
* Service method invoked is getNewObjectArray.
|
||||
*/
|
||||
@Test
|
||||
@Ignore("TUSCANY-2389")
|
||||
public void testW2JNewObjectArray() throws Exception {
|
||||
StandardTypesServiceClient serviceClient =
|
||||
domain.getService(StandardTypesServiceClient.class, "StandardTypesServiceClientW2JComponent");
|
||||
|
|
Loading…
Add table
Reference in a new issue