From 67781aa336f8864d2daf8540282e3a08e02a314b Mon Sep 17 00:00:00 2001
From: lutoff <lutoff@localhost>
Date: Thu, 27 Mar 2008 10:05:53 +0000
Subject: [PATCH] Fix snmp trap test and enable it.

---
 opends/tests/unit-tests-testng/src/server/org/opends/server/snmp/SNMPSyncManagerV2AccessTest.java |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/snmp/SNMPSyncManagerV2AccessTest.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/snmp/SNMPSyncManagerV2AccessTest.java
index 7bf58f9..6daa483 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/snmp/SNMPSyncManagerV2AccessTest.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/snmp/SNMPSyncManagerV2AccessTest.java
@@ -57,8 +57,7 @@
 import static org.testng.Assert.*;
 
 /**
- * A simple test for : - JMX connection establishment withou using SSL -
- * JMX get and set - configuration change
+ * SNMP tests.
  */
 @Test(enabled=false, groups = {"precommit", "snmp"}, sequential = true)
 public class SNMPSyncManagerV2AccessTest extends SNMPConnectionManager {

--
Gitblit v1.10.0