From 0c41649927fe66913e2e3168f69e671bf7199987 Mon Sep 17 00:00:00 2001
From: lutoff <lutoff@localhost>
Date: Wed, 04 Apr 2007 07:46:18 +0000
Subject: [PATCH] Fix CLI consistency issues: 1407 1408 1410 1411 1412 1413 1414 1416 1417 1418 1419 1420 1421
---
opends/tests/unit-tests-testng/src/server/org/opends/server/tools/LDAPSearchTestCase.java | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/tools/LDAPSearchTestCase.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/tools/LDAPSearchTestCase.java
index 4521eed..5e5a758 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/tools/LDAPSearchTestCase.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/tools/LDAPSearchTestCase.java
@@ -566,7 +566,7 @@
/**
- * Tests a simple invocation using the "--noop" option with a valid argument
+ * Tests a simple invocation using the "--dry-run" option with a valid argument
* set.
*/
@Test()
@@ -581,7 +581,7 @@
"-w", "password",
"-b", "",
"-s", "base",
- "--noop",
+ "--dry-run",
"(objectClass=*)"
};
@@ -591,7 +591,7 @@
/**
- * Tests a simple invocation using the "--noop" option with an invalid
+ * Tests a simple invocation using the "--dry-run" option with an invalid
* argument set.
*/
@Test()
@@ -606,7 +606,7 @@
"-w", "password",
"-b", "",
"-s", "invalid",
- "--noop",
+ "--dry-run",
"(objectClass=*)"
};
--
Gitblit v1.10.0