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

Ludovic Poitou
31.37.2015 674ced468f7a3ddd493495ccdf65a8c395fef93e
Adding an additional IPv6 test case in ACI IP Test Cases
1 files modified
3 ■■■■ changed files
opendj-server-legacy/src/test/java/org/opends/server/authorization/dseecompat/IPTestCase.java 3 ●●●● patch | view | raw | blame | history
opendj-server-legacy/src/test/java/org/opends/server/authorization/dseecompat/IPTestCase.java
@@ -125,6 +125,7 @@
                {"[2001:fecd:ba23:cd1f:dcb1:1010:9234:4088]/45"},
                {"::/128"},
                {"::1/128"},
            {"[::1]"},
                {"::"},
                {"0:0:0:0:0:ffff:101.45.75.219"},
                {"1080::8:800:200C:417A"},
@@ -375,7 +376,7 @@
    /**
     * Test deocding of invalid IPV6 rules.
     * Test decoding of invalid IPV6 rules.
     *
     * @param mask The expression to decode.
     * @throws Exception If the valid rule failed decoding.