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

coulbeck
02.28.2007 4d007b7555841196e74baaf1c61ea403ae357c3a
Add another unit test case for a DN pattern.
1 files modified
4 ■■■■ changed files
opends/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/TargetTestCase.java 4 ●●●● patch | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/TargetTestCase.java
@@ -131,6 +131,10 @@
              "uid=dmiller, ou=branch level three, ou=branch level two, " +
                   "ou=branch level one, ou=aci branches, dc=example,dc=com"
         },
         {
              "uid=dmiller, **, dc=example,dc=com",
              "uid=dmiller, dc=example,dc=com"
         },
    };
  }