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

lutoff
04.46.2007 0c41649927fe66913e2e3168f69e671bf7199987
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=*)"
    };