summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.3.1/itest/databindings/jaxb-bottom-up/src
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2008-08-14 12:55:24 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2008-08-14 12:55:24 +0000
commit9dc655d0faa51bb140a63341a46002e5cb91f15c (patch)
tree73e86a9243ad16a6af75f0a4fd7cf9b5d443bac0 /branches/sca-java-1.3.1/itest/databindings/jaxb-bottom-up/src
parent5c00818fcc7cde81226e82dd7773d503fcc97302 (diff)
TUSCANY-2389 allow null elements in object array to pass
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685876 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.3.1/itest/databindings/jaxb-bottom-up/src')
-rw-r--r--branches/sca-java-1.3.1/itest/databindings/jaxb-bottom-up/src/test/java/org/apache/tuscany/sca/itest/databindings/jaxb/StandardTypesDatabindingTestCase.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/branches/sca-java-1.3.1/itest/databindings/jaxb-bottom-up/src/test/java/org/apache/tuscany/sca/itest/databindings/jaxb/StandardTypesDatabindingTestCase.java b/branches/sca-java-1.3.1/itest/databindings/jaxb-bottom-up/src/test/java/org/apache/tuscany/sca/itest/databindings/jaxb/StandardTypesDatabindingTestCase.java
index ebfa1c5bdd..4977baa84c 100644
--- a/branches/sca-java-1.3.1/itest/databindings/jaxb-bottom-up/src/test/java/org/apache/tuscany/sca/itest/databindings/jaxb/StandardTypesDatabindingTestCase.java
+++ b/branches/sca-java-1.3.1/itest/databindings/jaxb-bottom-up/src/test/java/org/apache/tuscany/sca/itest/databindings/jaxb/StandardTypesDatabindingTestCase.java
@@ -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");