You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2005/08/14 05:57:45 UTC

svn commit: r232575 - /webservices/axis/trunk/java/modules/integration/project.xml

Author: dims
Date: Sat Aug 13 20:57:42 2005
New Revision: 232575

URL: http://svn.apache.org/viewcvs?rev=232575&view=rev
Log:
uncommenting the test case. seems more stablized now (but underlying problem is probably this - http://marc.theaimsgroup.com/?l=axis-dev&m=112356501812268&w=2)


Modified:
    webservices/axis/trunk/java/modules/integration/project.xml

Modified: webservices/axis/trunk/java/modules/integration/project.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/integration/project.xml?rev=232575&r1=232574&r2=232575&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/integration/project.xml (original)
+++ webservices/axis/trunk/java/modules/integration/project.xml Sat Aug 13 20:57:42 2005
@@ -173,7 +173,6 @@
                 <exclude>**org/apache/axis2/mail/*.java</exclude>
                 <exclude>**/*EchoRawSwATest.java</exclude>
                 <exclude>**org/apache/axis2/soap12testing/soap12testsuite/*.java</exclude>
-                <exclude>**/*EchoRawMTOMFileCacheTest.java</exclude>
                 
             </excludes>
             <includes>



Re: svn commit: r232575 - /webservices/axis/trunk/java/modules/integration/project.xml

Posted by Davanum Srinivas <da...@gmail.com>.
Thilina,

If you want to run just this one test...here's the command to run from
modules\integration directory.

maven -Dmaven.junit.jvmargs=-Djava.awt.headless=true
-Dmaven.junit.fork=true
-Dtestcase=org.apache.axis2.mtom.EchoRawMTOMFileCacheTest test:single

-- dims

On 8/13/05, dims@apache.org <di...@apache.org> wrote:
> Author: dims
> Date: Sat Aug 13 20:57:42 2005
> New Revision: 232575
> 
> URL: http://svn.apache.org/viewcvs?rev=232575&view=rev
> Log:
> uncommenting the test case. seems more stablized now (but underlying problem is probably this - http://marc.theaimsgroup.com/?l=axis-dev&m=112356501812268&w=2)
> 
> 
> Modified:
>     webservices/axis/trunk/java/modules/integration/project.xml
> 
> Modified: webservices/axis/trunk/java/modules/integration/project.xml
> URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/integration/project.xml?rev=232575&r1=232574&r2=232575&view=diff
> ==============================================================================
> --- webservices/axis/trunk/java/modules/integration/project.xml (original)
> +++ webservices/axis/trunk/java/modules/integration/project.xml Sat Aug 13 20:57:42 2005
> @@ -173,7 +173,6 @@
>                  <exclude>**org/apache/axis2/mail/*.java</exclude>
> 
>                  <exclude>**/*EchoRawSwATest.java</exclude>
> 
>                  <exclude>**org/apache/axis2/soap12testing/soap12testsuite/*.java</exclude>
> 
> -                <exclude>**/*EchoRawMTOMFileCacheTest.java</exclude>
> 
> 
> 
>              </excludes>
> 
>              <includes>
> 
> 
> 
> 


-- 
Davanum Srinivas : http://wso2.com/ - Oxygenating The Web Service Platform

Re: svn commit: r232575 - /webservices/axis/trunk/java/modules/integration/project.xml

Posted by Davanum Srinivas <da...@gmail.com>.
Thilina,

If you want to run just this one test...here's the command to run from
modules\integration directory.

maven -Dmaven.junit.jvmargs=-Djava.awt.headless=true
-Dmaven.junit.fork=true
-Dtestcase=org.apache.axis2.mtom.EchoRawMTOMFileCacheTest test:single

-- dims

On 8/13/05, dims@apache.org <di...@apache.org> wrote:
> Author: dims
> Date: Sat Aug 13 20:57:42 2005
> New Revision: 232575
> 
> URL: http://svn.apache.org/viewcvs?rev=232575&view=rev
> Log:
> uncommenting the test case. seems more stablized now (but underlying problem is probably this - http://marc.theaimsgroup.com/?l=axis-dev&m=112356501812268&w=2)
> 
> 
> Modified:
>     webservices/axis/trunk/java/modules/integration/project.xml
> 
> Modified: webservices/axis/trunk/java/modules/integration/project.xml
> URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/integration/project.xml?rev=232575&r1=232574&r2=232575&view=diff
> ==============================================================================
> --- webservices/axis/trunk/java/modules/integration/project.xml (original)
> +++ webservices/axis/trunk/java/modules/integration/project.xml Sat Aug 13 20:57:42 2005
> @@ -173,7 +173,6 @@
>                  <exclude>**org/apache/axis2/mail/*.java</exclude>
> 
>                  <exclude>**/*EchoRawSwATest.java</exclude>
> 
>                  <exclude>**org/apache/axis2/soap12testing/soap12testsuite/*.java</exclude>
> 
> -                <exclude>**/*EchoRawMTOMFileCacheTest.java</exclude>
> 
> 
> 
>              </excludes>
> 
>              <includes>
> 
> 
> 
> 


-- 
Davanum Srinivas : http://wso2.com/ - Oxygenating The Web Service Platform