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

lutoff
23.55.2008 da68d6b531dc95e2641f88ccfcd8309802838665
Fix I18N unit Test
1 files modified
2 ■■■ changed files
opends/tests/unit-tests-testng/src/server/org/opends/messages/MessagesTestCase.java 2 ●●● patch | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/messages/MessagesTestCase.java
@@ -50,7 +50,7 @@
       extends DirectoryServerTestCase
{
  /** Locale for accessing a pseudo localized test messages file. */
  protected static final Locale TEST_LOCALE = Locale.CHINA;
  protected static final Locale TEST_LOCALE = new Locale("myLanguage");
  /** Message to appear in pseudo localized test messages file. */
  protected static final String TEST_MSG = "XXX";