Author: seanahn
Date: Tue Feb 10 22:02:20 2009
New Revision: 743127

URL: http://svn.apache.org/viewvc?rev=743127&view=rev
Log:
ODE-511, Hibernate DAO + OnEvent + Correlation error(test does not fail 
anyways, only errors on console)

Modified:
    
ode/branches/APACHE_ODE_1.X/axis2-war/src/test/java/org/apache/ode/axis2/BpelActivityTest.java

Modified: 
ode/branches/APACHE_ODE_1.X/axis2-war/src/test/java/org/apache/ode/axis2/BpelActivityTest.java
URL: 
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/java/org/apache/ode/axis2/BpelActivityTest.java?rev=743127&r1=743126&r2=743127&view=diff
==============================================================================
--- 
ode/branches/APACHE_ODE_1.X/axis2-war/src/test/java/org/apache/ode/axis2/BpelActivityTest.java
 (original)
+++ 
ode/branches/APACHE_ODE_1.X/axis2-war/src/test/java/org/apache/ode/axis2/BpelActivityTest.java
 Tue Feb 10 22:02:20 2009
@@ -5,12 +5,8 @@
 import org.apache.log4j.Logger;
 import org.testng.annotations.Test;
 
-public class BpelActivityTest extends Axis2TestBase implements 
ODEConfigDirAware {
-       public String getODEConfigDir() {
-               return 
getClass().getClassLoader().getResource("webapp").getFile() + 
"/WEB-INF/conf.hib-derby";
-       }
-
-//     @Test(dataProvider="configs")
+public class BpelActivityTest extends Axis2TestBase {
+       @Test(dataProvider="configs")
     public void testThrowOnEvent() throws Exception {
                final String bundleName = "TestThrowOnEvent";
         // deploy the required service


Reply via email to