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

hajma
07.06.2009 df417bede9ae1effd70ce8021d9f4528abdafce4
nternationalize ChangeNumberControlPluginTestCase
1 files modified
4 ■■■ changed files
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ChangeNumberControlPluginTestCase.java 4 ●●● patch | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ChangeNumberControlPluginTestCase.java
@@ -41,6 +41,7 @@
import static org.testng.Assert.assertEquals;
import static org.testng.Assert.assertTrue;
import static org.opends.server.TestCaseUtils.*;
import static org.opends.messages.ToolMessages.*;
public class ChangeNumberControlPluginTestCase
    extends ReplicationTestCase {
@@ -156,7 +157,8 @@
    String line = null;
    boolean found = false;
    while ((line = br.readLine()) != null) {
      if (line.contains("operation change number is")) {
      if (line.contains(INFO_CHANGE_NUMBER_CONTROL_RESULT.get("%s","%s")
                            .toString().split("%s")[1])) {
        found = true;
      }
    }