From 1cea068fa7cfcbe84de748281589bc37473775ba Mon Sep 17 00:00:00 2001
From: lutoff <lutoff@localhost>
Date: Wed, 03 Oct 2007 11:46:50 +0000
Subject: [PATCH] Modifications related to issue https://opends.dev.java.net/issues/show_bug.cgi?id=582
---
opends/tests/unit-tests-testng/src/server/org/opends/server/tools/LDAPCompareTestCase.java | 22 ++++++++++++++++++++++
1 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/tools/LDAPCompareTestCase.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/tools/LDAPCompareTestCase.java
index 20f67c1..3c322f7 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/tools/LDAPCompareTestCase.java
+++ b/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",
};
--
Gitblit v1.10.0