mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

fguigues
30.04.2008 c41b122d3771d11cb253eaae10d06afb6a3b6f05
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}};
    }