You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by mr...@apache.org on 2008/11/06 21:27:25 UTC

svn commit: r711964 - /ode/branches/APACHE_ODE_1.X/axis2-war/src/test/java/org/apache/ode/axis2/management/InstanceManagementTest.java

Author: mriou
Date: Thu Nov  6 12:27:16 2008
New Revision: 711964

URL: http://svn.apache.org/viewvc?rev=711964&view=rev
Log:
Reactivating test cases.

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

Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/java/org/apache/ode/axis2/management/InstanceManagementTest.java
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/java/org/apache/ode/axis2/management/InstanceManagementTest.java?rev=711964&r1=711963&r2=711964&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/java/org/apache/ode/axis2/management/InstanceManagementTest.java (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/java/org/apache/ode/axis2/management/InstanceManagementTest.java Thu Nov  6 12:27:16 2008
@@ -70,8 +70,8 @@
     }
 
     // ODE-385 please fix me
-    @Test(enabled = false)
-    public void ode_385_testListAllInstances() throws Exception {
+    @Test
+    public void testListAllInstances() throws Exception {
         OMElement root = _client.buildMessage("listAllInstancesWithLimit", new String[] {"limit"}, new String[] {"1"});
         OMElement result = sendToIM(root);
         // We shold have only one instance (so 2 opening/closing elmts)
@@ -123,8 +123,8 @@
     }
 
     // ODE-385 please fix me
-    @Test(enabled = false)
-    public void ode_385_testGetScopeInfo() throws Exception {
+    @Test
+    public void testGetScopeInfo() throws Exception {
         OMElement root = _client.buildMessage("listAllInstances", new String[] {}, new String[] {});
         OMElement result = sendToIM(root);
         String siid = result.getFirstElement().getFirstChildWithName(new QName(Namespaces.ODE_PMAPI, "instance-info"))
@@ -168,8 +168,8 @@
 //    }
 
     // ODE-385 please fix me
-    @Test(enabled = false)
-    public void ode_385_testDeleteInstances() throws Exception {
+    @Test
+    public void testDeleteInstances() throws Exception {
         OMElement root = _client.buildMessage("listAllInstancesWithLimit", new String[] {"limit"}, new String[] {"1"});
         OMElement result = sendToIM(root);
         String iid = result.getFirstElement().getFirstElement().getText();