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

Ludovic Poitou
29.08.2016 94ab608bf26d8ef5fb477e6b7de0be679cfb90a1
opendj-server-legacy/src/test/java/org/opends/server/authorization/dseecompat/TargetTestCase.java
@@ -86,11 +86,14 @@
              "uid=bjensen"
         },
         {
              "uid=dmiller, **, ou=branch level two, **, ou=aci branches, " +
                   "dc=example,dc=com",
              "uid=dmiller, **, ou=branch level two, **, ou=aci branches, dc=example,dc=com",
              "uid=dmiller, ou=branch level three, ou=branch level two, " +
                   "ou=branch level one, ou=aci branches, dc=example,dc=com"
         },
         {
              "\"\"",
              ""
         }
    };
  }
@@ -124,8 +127,7 @@
              "sn=jensen+uid=bjensen,ou=people,dc=example,dc=com"
         },
         {
              "uid=dmiller, **, ou=Bad branch level, **, ou=aci branches, " +
                   "dc=example,dc=com",
              "uid=dmiller, **, ou=Bad branch level, **, ou=aci branches, dc=example,dc=com",
              "uid=dmiller, ou=branch level three, ou=branch level two, " +
                   "ou=branch level one, ou=aci branches, dc=example,dc=com"
         },