You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2008/06/11 17:35:15 UTC

svn commit: r666708 - /incubator/tuscany/java/sca/itest/databindings/jaxb-bottom-up/src/test/java/org/apache/tuscany/sca/itest/databindings/jaxb/GenericsDatabindingTestCase.java

Author: rfeng
Date: Wed Jun 11 08:35:15 2008
New Revision: 666708

URL: http://svn.apache.org/viewvc?rev=666708&view=rev
Log:
Remove @ignore as the test cases are working now

Modified:
    incubator/tuscany/java/sca/itest/databindings/jaxb-bottom-up/src/test/java/org/apache/tuscany/sca/itest/databindings/jaxb/GenericsDatabindingTestCase.java

Modified: incubator/tuscany/java/sca/itest/databindings/jaxb-bottom-up/src/test/java/org/apache/tuscany/sca/itest/databindings/jaxb/GenericsDatabindingTestCase.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/databindings/jaxb-bottom-up/src/test/java/org/apache/tuscany/sca/itest/databindings/jaxb/GenericsDatabindingTestCase.java?rev=666708&r1=666707&r2=666708&view=diff
==============================================================================
--- incubator/tuscany/java/sca/itest/databindings/jaxb-bottom-up/src/test/java/org/apache/tuscany/sca/itest/databindings/jaxb/GenericsDatabindingTestCase.java (original)
+++ incubator/tuscany/java/sca/itest/databindings/jaxb-bottom-up/src/test/java/org/apache/tuscany/sca/itest/databindings/jaxb/GenericsDatabindingTestCase.java Wed Jun 11 08:35:15 2008
@@ -25,7 +25,6 @@
 import org.apache.tuscany.sca.itest.databindings.jaxb.impl.GenericsTransformer;
 import org.junit.AfterClass;
 import org.junit.BeforeClass;
-import org.junit.Ignore;
 import org.junit.Test;
 
 /**
@@ -34,9 +33,8 @@
  * @version $Rev$ $Date$
  */
 public class GenericsDatabindingTestCase {
-
     private static SCADomain domain;
-
+ 
     /**
      * Runs before each test method
      */
@@ -82,7 +80,7 @@
      * Service method invoked is getTypeExtends.
      */
     @Test
-    @Ignore("java.lang.IllegalArgumentException: javax.xml.bind.MarshalException")
+    // @Ignore("java.lang.IllegalArgumentException: javax.xml.bind.MarshalException")
     public void testSCATypeExtends() throws Exception {
         GenericsServiceClient serviceClient = domain.getService(GenericsServiceClient.class, "GenericsServiceClientSCAComponent");
         performTestTypeExtends(serviceClient);
@@ -114,7 +112,7 @@
      * Service method invoked is getWildcardSuper.
      */
     @Test
-    @Ignore("java.lang.IllegalArgumentException: javax.xml.bind.MarshalException")
+    // @Ignore("java.lang.IllegalArgumentException: javax.xml.bind.MarshalException")
     public void testSCAWildcardSuper() throws Exception {
         GenericsServiceClient serviceClient = domain.getService(GenericsServiceClient.class, "GenericsServiceClientSCAComponent");
         performTestWildcardSuper(serviceClient);
@@ -125,7 +123,7 @@
      * Service method invoked is getWildcardExtends.
      */
     @Test
-    @Ignore("java.lang.IllegalArgumentException: javax.xml.bind.MarshalException")
+    // @Ignore("java.lang.IllegalArgumentException: javax.xml.bind.MarshalException")
     public void testSCAWildcardExtends() throws Exception {
         GenericsServiceClient serviceClient = domain.getService(GenericsServiceClient.class, "GenericsServiceClientSCAComponent");
         performTestWildcardExtends(serviceClient);
@@ -199,7 +197,7 @@
      * Service method invoked is getWildcardSuper.
      */
     @Test
-    @Ignore("org.osoa.sca.ServiceRuntimeException: org.apache.axis2.AxisFault")
+    // @Ignore("org.osoa.sca.ServiceRuntimeException: org.apache.axis2.AxisFault")
     public void testWSWildcardSuper() throws Exception {
         GenericsServiceClient serviceClient = domain.getService(GenericsServiceClient.class, "GenericsServiceClientWSComponent");
         performTestWildcardSuper(serviceClient);
@@ -210,7 +208,7 @@
      * Service method invoked is getWildcardExtends.
      */
     @Test
-    @Ignore("org.osoa.sca.ServiceRuntimeException: org.apache.axis2.AxisFault")
+    // @Ignore("org.osoa.sca.ServiceRuntimeException: org.apache.axis2.AxisFault")
     public void testWSWildcardExtends() throws Exception {
         GenericsServiceClient serviceClient = domain.getService(GenericsServiceClient.class, "GenericsServiceClientWSComponent");
         performTestWildcardExtends(serviceClient);