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

hajma
10.03.2008 fd2517020642abd8e4aa0a2e75291ea0b17179ab
fix for MakeLDIFTestCase in non-english locale
--This line, and th se below, will be ignored--

M opends/tests/unit-tests-testng/src/server/org/opends/server/tools/makeldif/MakeLDIFTestCase.java
1 files modified
4 ■■■ changed files
opends/tests/unit-tests-testng/src/server/org/opends/server/tools/makeldif/MakeLDIFTestCase.java 4 ●●● patch | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/tools/makeldif/MakeLDIFTestCase.java
@@ -40,6 +40,7 @@
import org.testng.annotations.Test;
import static org.testng.Assert.*;
import static org.opends.messages.ToolMessages.*;
/**
@@ -92,7 +93,8 @@
    catch (InitializationException e)
    {
      String msg = e.getMessage();
      assertTrue( msg.contains("line 1"), msg );
      Message msg_locale = ERR_MAKELDIF_TAG_UNDEFINED_ATTRIBUTE.get("missingVar",1);
      assertTrue (msg.equals(msg_locale.toString()), msg);
    }
  }
}