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

neil_a_wilson
14.21.2006 7ea9c71313f42081c2064680a69773c734e77dd2
Fix a typo in the test cases for the ListBackends tool.
1 files modified
2 ■■■ changed files
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/tools/ListBackendsTestCase.java 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/tools/ListBackendsTestCase.java
@@ -105,7 +105,7 @@
    args = new String[]
    {
      "-c",
      "-f",
    };
    argLists.add(args);
    reasonList.add("No value for '-f' argument");