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

lutoff
03.46.2007 1cea068fa7cfcbe84de748281589bc37473775ba
opends/tests/unit-tests-testng/src/server/org/opends/server/tools/LDAPCompareTestCase.java
@@ -400,6 +400,7 @@
      "-V", "2",
      "-D", "cn=Directory Manager",
      "-w", "password",
      "--noPropertiesFile",
      "o:test",
      "o=test"
    };
@@ -427,6 +428,7 @@
      "-V", "3",
      "-D", "cn=Directory Manager",
      "-w", "password",
      "--noPropertiesFile",
      "o:test",
      "o=test"
    };
@@ -454,6 +456,7 @@
      "-V", "3",
      "-D", "cn=Directory Manager",
      "-w", "password",
      "--noPropertiesFile",
      "o:nottest",
      "o=test"
    };
@@ -482,6 +485,7 @@
      "-X",
      "-D", "cn=Directory Manager",
      "-w", "password",
      "--noPropertiesFile",
      "o:test",
      "o=test"
    };
@@ -513,6 +517,7 @@
      "-P", trustStorePath,
      "-D", "cn=Directory Manager",
      "-w", "password",
      "--noPropertiesFile",
      "o:test",
      "o=test"
    };
@@ -541,6 +546,7 @@
      "-X",
      "-D", "cn=Directory Manager",
      "-w", "password",
      "--noPropertiesFile",
      "o:test",
      "o=test"
    };
@@ -572,6 +578,7 @@
      "-P", trustStorePath,
      "-D", "cn=Directory Manager",
      "-w", "password",
      "--noPropertiesFile",
      "o:test",
      "o=test"
    };
@@ -625,6 +632,7 @@
      "-K", keyStorePath,
      "-W", "password",
      "-P", trustStorePath,
      "--noPropertiesFile",
      "-r",
      "cn:Test User",
      "cn=Test User,o=test"
@@ -680,6 +688,7 @@
      "-W", "password",
      "-N", "client-cert",
      "-P", trustStorePath,
      "--noPropertiesFile",
      "-r",
      "cn:Test User",
      "cn=Test User,o=test"
@@ -735,6 +744,7 @@
      "-W", "password",
      "-N", "invalid",
      "-P", trustStorePath,
      "--noPropertiesFile",
      "-r",
      "cn:Test User",
      "cn=Test User,o=test"
@@ -789,6 +799,7 @@
      "-K", keyStorePath,
      "-W", "password",
      "-P", trustStorePath,
      "--noPropertiesFile",
      "-r",
      "cn:Test User",
      "cn=Test User,o=test"
@@ -840,6 +851,7 @@
      "-o", "mech=CRAM-MD5",
      "-o", "authid=u:test.user",
      "-w", "password",
      "--noPropertiesFile",
      "givenName:Test",
      "uid=test.user,o=test"
    };
@@ -892,6 +904,7 @@
      "-o", "authzid=u:test.user",
      "-o", "realm=o=test",
      "-w", "password",
      "--noPropertiesFile",
      "givenName:Test",
      "uid=test.user,o=test"
    };
@@ -939,6 +952,7 @@
      "-o", "mech=PLAIN",
      "-o", "authid=dn:cn=Directory Manager",
      "-w", "password",
      "--noPropertiesFile",
      "givenName:Test",
      "uid=test.user,o=test"
    };
@@ -967,6 +981,7 @@
      "-V", "3",
      "-D", "cn=Directory Manager",
      "-w", "password",
      "--noPropertiesFile",
      "o::" + Base64.encode("test".getBytes("UTF-8")),
      "o=test"
    };
@@ -995,6 +1010,7 @@
      "-V", "3",
      "-D", "cn=Directory Manager",
      "-w", "password",
      "--noPropertiesFile",
      "o::***invalidencoding***",
      "o=test"
    };
@@ -1028,6 +1044,7 @@
      "-V", "3",
      "-D", "cn=Directory Manager",
      "-w", "password",
      "--noPropertiesFile",
      "o:<" + f.getAbsolutePath(),
      "o=test"
    };
@@ -1054,6 +1071,7 @@
      "-V", "3",
      "-D", "cn=Directory Manager",
      "-w", "password",
      "--noPropertiesFile",
      "o:<does.not.exist",
      "o=test"
    };
@@ -1083,6 +1101,7 @@
      "-D", "cn=Directory Manager",
      "-w", "password",
      "--assertionFilter", "(o=test)",
      "--noPropertiesFile",
      "o:test",
      "o=test"
    };
@@ -1112,6 +1131,7 @@
      "-D", "cn=Directory Manager",
      "-w", "password",
      "--assertionFilter", "(o=notAMatch)",
      "--noPropertiesFile",
      "o:test",
      "o=test"
    };
@@ -1149,6 +1169,7 @@
      "-w", "password",
      "-c",
      "-f", path,
      "--noPropertiesFile",
      "o:test",
    };
@@ -1178,6 +1199,7 @@
      "-w", "password",
      "-c",
      "-f", "does.not.exist",
      "--noPropertiesFile",
      "o:test",
    };