Author: vamsic007
Date: Wed Jun 11 10:48:26 2008
New Revision: 666747

URL: http://svn.apache.org/viewvc?rev=666747&view=rev
Log:
Cleanup the commented out @Ignores

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=666747&r1=666746&r2=666747&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 10:48:26 2008
@@ -80,7 +80,6 @@
      * Service method invoked is getTypeExtends.
      */
     @Test
-    // @Ignore("java.lang.IllegalArgumentException: 
javax.xml.bind.MarshalException")
     public void testSCATypeExtends() throws Exception {
         GenericsServiceClient serviceClient = 
domain.getService(GenericsServiceClient.class, 
"GenericsServiceClientSCAComponent");
         performTestTypeExtends(serviceClient);
@@ -91,7 +90,6 @@
      * Service method invoked is getRecursiveTypeBound.
      */
     @Test
-    // @Ignore("junit.framework.AssertionFailedError: expected:<Bean1[item = 
Bean10[item = Bean10.0]]> but was:<Bean1[item = Bean1[item = Bean10.0]]>")
     public void testSCARecursiveTypeBound() throws Exception {
         GenericsServiceClient serviceClient = 
domain.getService(GenericsServiceClient.class, 
"GenericsServiceClientSCAComponent");
         performTestRecursiveTypeBound(serviceClient);
@@ -112,7 +110,6 @@
      * Service method invoked is getWildcardSuper.
      */
     @Test
-    // @Ignore("java.lang.IllegalArgumentException: 
javax.xml.bind.MarshalException")
     public void testSCAWildcardSuper() throws Exception {
         GenericsServiceClient serviceClient = 
domain.getService(GenericsServiceClient.class, 
"GenericsServiceClientSCAComponent");
         performTestWildcardSuper(serviceClient);
@@ -123,7 +120,6 @@
      * Service method invoked is getWildcardExtends.
      */
     @Test
-    // @Ignore("java.lang.IllegalArgumentException: 
javax.xml.bind.MarshalException")
     public void testSCAWildcardExtends() throws Exception {
         GenericsServiceClient serviceClient = 
domain.getService(GenericsServiceClient.class, 
"GenericsServiceClientSCAComponent");
         performTestWildcardExtends(serviceClient);
@@ -154,7 +150,6 @@
      * Service method invoked is getTypeUnbound.
      */
     @Test
-    // @Ignore("junit.framework.AssertionFailedError: expected:<Bean1[item = 
Me]> but was:<Bean1[item = You]>")
     public void testWSTypeUnbound() throws Exception {
         GenericsServiceClient serviceClient = 
domain.getService(GenericsServiceClient.class, 
"GenericsServiceClientWSComponent");
         performTestTypeUnbound(serviceClient);
@@ -165,7 +160,6 @@
      * Service method invoked is getTypeExtends.
      */
     @Test
-    // @Ignore("org.osoa.sca.ServiceRuntimeException: 
org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxEOFException: Unexpected EOF 
in prolog at [row,col {unknown-source}]: [1,0]")
     public void testWSTypeExtends() throws Exception {
         GenericsServiceClient serviceClient = 
domain.getService(GenericsServiceClient.class, 
"GenericsServiceClientWSComponent");
         performTestTypeExtends(serviceClient);
@@ -176,7 +170,6 @@
      * Service method invoked is getRecursiveTypeBound.
      */
     @Test
-    // @Ignore("junit.framework.AssertionFailedError: expected:<Bean1[item = 
Bean10[item = Bean10.0]]> but was:<Bean1[item = Bean1[item = Bean10.2]]>")
     public void testWSRecursiveTypeBound() throws Exception {
         GenericsServiceClient serviceClient = 
domain.getService(GenericsServiceClient.class, 
"GenericsServiceClientWSComponent");
         performTestRecursiveTypeBound(serviceClient);
@@ -197,7 +190,6 @@
      * Service method invoked is getWildcardSuper.
      */
     @Test
-    // @Ignore("org.osoa.sca.ServiceRuntimeException: 
org.apache.axis2.AxisFault")
     public void testWSWildcardSuper() throws Exception {
         GenericsServiceClient serviceClient = 
domain.getService(GenericsServiceClient.class, 
"GenericsServiceClientWSComponent");
         performTestWildcardSuper(serviceClient);
@@ -208,7 +200,6 @@
      * Service method invoked is getWildcardExtends.
      */
     @Test
-    // @Ignore("org.osoa.sca.ServiceRuntimeException: 
org.apache.axis2.AxisFault")
     public void testWSWildcardExtends() throws Exception {
         GenericsServiceClient serviceClient = 
domain.getService(GenericsServiceClient.class, 
"GenericsServiceClientWSComponent");
         performTestWildcardExtends(serviceClient);
@@ -219,7 +210,6 @@
      * Service method invoked is getPolymorphic.
      */
     @Test
-    // @Ignore("junit.framework.AssertionFailedError: expected:<Bean3[name = 
Me, address = My address]> but was:<Bean2[name = Me]>")
     public void testWSPolymorphic() throws Exception {
         GenericsServiceClient serviceClient = 
domain.getService(GenericsServiceClient.class, 
"GenericsServiceClientWSComponent");
         performTestPolymorphic(serviceClient);


Reply via email to