Author: seanahn
Date: Wed Jun  3 20:38:54 2009
New Revision: 781533

URL: http://svn.apache.org/viewvc?rev=781533&view=rev
Log:
enabled CleanFault*Test

Modified:
    
ode/trunk/axis2-war/src/test/java/org/apache/ode/axis2/instancecleanup/CleanFaultTest.java

Modified: 
ode/trunk/axis2-war/src/test/java/org/apache/ode/axis2/instancecleanup/CleanFaultTest.java
URL: 
http://svn.apache.org/viewvc/ode/trunk/axis2-war/src/test/java/org/apache/ode/axis2/instancecleanup/CleanFaultTest.java?rev=781533&r1=781532&r2=781533&view=diff
==============================================================================
--- 
ode/trunk/axis2-war/src/test/java/org/apache/ode/axis2/instancecleanup/CleanFaultTest.java
 (original)
+++ 
ode/trunk/axis2-war/src/test/java/org/apache/ode/axis2/instancecleanup/CleanFaultTest.java
 Wed Jun  3 20:38:54 2009
@@ -32,22 +32,22 @@
         go("TestCleanFault_Messages", 1, 0, 0, 1, 0, 0, 0, 2, 3, 2, 41, 41);
     }
 
-//    @Test(dataProvider="configs")
+    @Test(dataProvider="configs")
     public void testCleanCorrelations() throws Exception {
         go("TestCleanFault_Correlations", 1, 0, 0, 1, 1, 0, 2, 2, 3, 2, 41, 
47);
     }
 
-//    @Test(dataProvider="configs")
+    @Test(dataProvider="configs")
     public void testCleanEvents() throws Exception {
         go("TestCleanFault_Events", 1, 0, 0, 1, 1, 0, 2, 2, 3, 2, 0, 9);
     }
 
-//    @Test(dataProvider="configs")
+    @Test(dataProvider="configs")
     public void testCleanMessageCorrEvents() throws Exception {
         go("TestCleanFault_MessageCorrEvents", 1, 0, 0, 1, 0, 0, 0, 2, 3, 2, 
0, 3);
     }
 
-//    @Test(dataProvider="configs")
+    @Test(dataProvider="configs")
     public void testCleanAll() throws Exception {
         go("TestCleanFault_All", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
     }


Reply via email to