Allon Mureinik has uploaded a new change for review.

Change subject: core: Remove XmlRpcUtilsTest
......................................................................

core: Remove XmlRpcUtilsTest

Removed XmlRpcUtilsTest, as it had no usable code anyway - it was a
component test, not a unit test, and was all commented out anyway.

Change-Id: I59c21980fecdfed3bf6e98b1cbbbd3d483032512
Signed-off-by: Allon Mureinik <[email protected]>
---
D 
backend/manager/modules/vdsbroker/src/test/java/org/ovirt/engine/core/vdsbroker/xmlrpc/XmlRpcUtilsTest.java
1 file changed, 0 insertions(+), 24 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/52/13852/1

diff --git 
a/backend/manager/modules/vdsbroker/src/test/java/org/ovirt/engine/core/vdsbroker/xmlrpc/XmlRpcUtilsTest.java
 
b/backend/manager/modules/vdsbroker/src/test/java/org/ovirt/engine/core/vdsbroker/xmlrpc/XmlRpcUtilsTest.java
deleted file mode 100644
index 2e80d2f..0000000
--- 
a/backend/manager/modules/vdsbroker/src/test/java/org/ovirt/engine/core/vdsbroker/xmlrpc/XmlRpcUtilsTest.java
+++ /dev/null
@@ -1,24 +0,0 @@
-package org.ovirt.engine.core.vdsbroker.xmlrpc;
-
-import java.util.Map;
-
-import org.junit.Test;
-
-public class XmlRpcUtilsTest {
-
-    @Test
-    public void testGetHttpConnection() {
-        // String hostName = "10.35.16.31";
-        // int port = 54321;
-        // int clientTimeOut = 10*1000;
-        // VdsServerConnector connector =
-        // XmlRpcUtils.getHttpConnection(hostName, port, clientTimeOut,
-        // VdsServerConnector.class);
-        // Map<String,Object> result = connector.list();
-        // System.out.println("the result size"+result.size());
-    }
-
-    private interface VdsServerConnector {
-        public Map<String, Object> list();
-    }
-}


--
To view, visit http://gerrit.ovirt.org/13852
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I59c21980fecdfed3bf6e98b1cbbbd3d483032512
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Allon Mureinik <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to