You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by se...@apache.org on 2009/10/19 23:53:45 UTC

svn commit: r826824 - in /ode/branches/APACHE_ODE_1.X: axis2-war/src/test/java/org/apache/ode/axis2/instancecleanup/ProcessCronCleanupTest.java bpel-test/src/test/java/org/apache/ode/test/PubSubTest.java

Author: seanahn
Date: Mon Oct 19 21:53:45 2009
New Revision: 826824

URL: http://svn.apache.org/viewvc?rev=826824&view=rev
Log:
Disabled PubSubTest and ProcessCronCleanupTest

Modified:
    ode/branches/APACHE_ODE_1.X/axis2-war/src/test/java/org/apache/ode/axis2/instancecleanup/ProcessCronCleanupTest.java
    ode/branches/APACHE_ODE_1.X/bpel-test/src/test/java/org/apache/ode/test/PubSubTest.java

Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/java/org/apache/ode/axis2/instancecleanup/ProcessCronCleanupTest.java
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/java/org/apache/ode/axis2/instancecleanup/ProcessCronCleanupTest.java?rev=826824&r1=826823&r2=826824&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/java/org/apache/ode/axis2/instancecleanup/ProcessCronCleanupTest.java (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/java/org/apache/ode/axis2/instancecleanup/ProcessCronCleanupTest.java Mon Oct 19 21:53:45 2009
@@ -6,8 +6,8 @@
 import org.testng.annotations.Test;
 
 public class ProcessCronCleanupTest extends CleanTestBase {
-    @Test(dataProvider="configs")
-    public void testCleanAll() throws Exception {
+//	@Test(dataProvider="configs")
+    public void _testCleanAll() throws Exception {
         go("TestProcessCronCleanup", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
     }
 

Modified: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/java/org/apache/ode/test/PubSubTest.java
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/bpel-test/src/test/java/org/apache/ode/test/PubSubTest.java?rev=826824&r1=826823&r2=826824&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/bpel-test/src/test/java/org/apache/ode/test/PubSubTest.java (original)
+++ ode/branches/APACHE_ODE_1.X/bpel-test/src/test/java/org/apache/ode/test/PubSubTest.java Mon Oct 19 21:53:45 2009
@@ -22,14 +22,14 @@
 import org.junit.Test;
 
 public class PubSubTest extends BPELTestAbstract {
-	@Test public void testPubSubInProc() throws Throwable {
+	@Ignore @Test public void testPubSubInProc() throws Throwable {
         go("/bpel/2.0/TestPubSubInProc");
     }
 
 	@Ignore @Test public void testPubSubOutOfProc() throws Throwable {
         go("/bpel/2.0/TestPubSubOutOfProc");
     }
-	
+
 	@Override
 	protected long getWaitBeforeInvokeTimeout() {
 		return 10000;