opends/tests/unit-tests-testng/src/server/org/opends/server/snmp/SNMPSyncManagerV2AccessTest.java
@@ -101,7 +101,7 @@ new SnmpParameters(); // Set to the allowed the community string params.setRdCommunity("OpenDS"); params.setRdCommunity("OpenDS@OpenDS"); // The newly created parameter must be associated to the agent. // @@ -188,7 +188,7 @@ return new Object[][]{ {"public", false}, {"private", false}, {"OpenDS", true}, {"OpenDS@OpenDS", true}, {"dummy", false}, {"", false}}; }