Yes, I missed one file. I'll add it in now.

Thanks,
Raymond

--------------------------------------------------
From: "Raymond Feng" <[EMAIL PROTECTED]>
Sent: Wednesday, June 11, 2008 8:14 AM
To: <tuscany-dev@ws.apache.org>
Subject: Re: svn commit: r666556 - /incubator/tuscany/java/sca/itest/databindings/jaxb-bottom-up/src/test/java/org/apache/tuscany/sca/itest/databindings/jaxb/GenericsDatabindingTestCase.java

I have all these test cases passed in my eclipse. I'm checking if I miss any changes in the commit.

Thanks,
Raymond

--------------------------------------------------
From: <[EMAIL PROTECTED]>
Sent: Wednesday, June 11, 2008 12:56 AM
To: <[EMAIL PROTECTED]>
Subject: svn commit: r666556 - /incubator/tuscany/java/sca/itest/databindings/jaxb-bottom-up/src/test/java/org/apache/tuscany/sca/itest/databindings/jaxb/GenericsDatabindingTestCase.java

Author: vamsic007
Date: Wed Jun 11 00:56:50 2008
New Revision: 666556

URL: http://svn.apache.org/viewvc?rev=666556&view=rev
Log:
Marking the failing tests with @Ignore.

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=666556&r1=666555&r2=666556&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 00:56:50 2008
@@ -25,6 +25,7 @@
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;

/**
@@ -81,7 +82,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);
@@ -113,7 +114,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);
@@ -124,7 +125,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);
@@ -198,7 +199,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);
@@ -209,7 +210,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);


Reply via email to