From 7937e317fc7357c87ec1473d5f023872f17bb59b Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Mon, 15 Jan 2007 07:49:34 +0000
Subject: [PATCH] Disable the JMX test cases as a result of the problem described in issue #763.
---
opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/JmxConnectTest.java | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/JmxConnectTest.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/JmxConnectTest.java
index a0707a0..6a4870e 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/JmxConnectTest.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/JmxConnectTest.java
@@ -111,7 +111,7 @@
* credentials are OK and refused when the credentials are invalid.
*
*/
- @Test(enabled = true, dataProvider="simpleConnect")
+ @Test(enabled = false, dataProvider="simpleConnect")
public void simpleConnect(String user, String password,
boolean expectedResult) throws Exception
{
@@ -147,7 +147,7 @@
* Test simple JMX get.
*
*/
- @Test(enabled = true, dataProvider="simpleGet")
+ @Test(enabled = false, dataProvider="simpleGet")
public void simpleGet(String dn, String attributeName, Object value)
throws Exception
{
@@ -173,7 +173,7 @@
/**
* Test setting some config attribute through jmx.
*/
- @Test(enabled = true)
+ @Test(enabled = false)
public void simpleSet() throws Exception
{
OpendsJmxConnector connector = connect("cn=directory manager", "password",
@@ -208,7 +208,7 @@
*
* @throws Exception
*/
- @Test(enabled = true)
+ @Test(enabled = false)
public void disable() throws Exception
{
@@ -277,7 +277,7 @@
* Test changing JMX port through LDAP
* @throws Exception
*/
- @Test(enabled=true)
+ @Test(enabled=false)
public void changePort() throws Exception
{
// Connect to the JMX service and get the current port
@@ -352,7 +352,7 @@
* credentials are OK and refused when the credentials are invalid.
*
*/
- @Test(enabled=true)
+ @Test(enabled=false)
public void sslConnect() throws Exception
{
// configure the JMX ssl key manager
--
Gitblit v1.10.0