Author: seanahn
Date: Fri Oct 16 20:23:00 2009
New Revision: 826069
URL: http://svn.apache.org/viewvc?rev=826069&view=rev
Log:
fixed HBM hack and disabled SystemCronCleanup test
Modified:
ode/branches/APACHE_ODE_1.X/Rakefile
ode/branches/APACHE_ODE_1.X/axis2-war/src/test/java/org/apache/ode/axis2/instancecleanup/SystemCronCleanupTest.java
Modified: ode/branches/APACHE_ODE_1.X/Rakefile
URL:
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/Rakefile?rev=826069&r1=826068&r2=826069&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/Rakefile (original)
+++ ode/branches/APACHE_ODE_1.X/Rakefile Fri Oct 16 20:23:00 2009
@@ -387,7 +387,7 @@
File.open(process_instance_hbm_file, "w") { |f| f <<
process_instance_hbm }
end
end
- task "test" => "hbm-hack"
+ task "compile" => "hbm-hack"
test.with project("bpel-epr"), BACKPORT, COMMONS.collections,
COMMONS.lang, HSQLDB,
GERONIMO.transaction, GERONIMO.kernel, GERONIMO.connector,
JAVAX.connector, JAVAX.ejb, SPRING
Modified:
ode/branches/APACHE_ODE_1.X/axis2-war/src/test/java/org/apache/ode/axis2/instancecleanup/SystemCronCleanupTest.java
URL:
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/java/org/apache/ode/axis2/instancecleanup/SystemCronCleanupTest.java?rev=826069&r1=826068&r2=826069&view=diff
==============================================================================
---
ode/branches/APACHE_ODE_1.X/axis2-war/src/test/java/org/apache/ode/axis2/instancecleanup/SystemCronCleanupTest.java
(original)
+++
ode/branches/APACHE_ODE_1.X/axis2-war/src/test/java/org/apache/ode/axis2/instancecleanup/SystemCronCleanupTest.java
Fri Oct 16 20:23:00 2009
@@ -15,13 +15,14 @@
System.setProperty(SystemSchedulesConfig.SCHEDULE_CONFIG_FILE_PROP_KEY,
customSchedulesFilePath);
}
- @Test(dataProvider="configs")
- public void testCleanAll() throws Exception {
+ // SEAN - Disable for now, wait until Alexis upgrades Axis to 1.5
+// @Test(dataProvider="configs")
+ public void _testCleanAll() throws Exception {
go("TestSystemCronCleanup", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
}
- @Test(dataProvider="configs")
- public void testCleanExclude() throws Exception {
+// @Test(dataProvider="configs")
+ public void _testCleanExclude() throws Exception {
go("TestSystemCronCleanup_exclude", 1, 0, 0, 0, 3, 0, 6, 2, 3, 6, 59,
76);
}