Skip to content

Commit

Permalink
LPS-128249 Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoDiaz authored and brianchandotcom committed Mar 1, 2021
1 parent 8a8f0e1 commit 9837c4d
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -23,6 +23,7 @@
import com.liferay.dynamic.data.mapping.test.util.DDMFormFieldOptionsTestUtil;
import com.liferay.portal.json.JSONFactoryImpl;
import com.liferay.portal.kernel.json.JSONFactory;
import com.liferay.portal.kernel.test.util.PropsTestUtil;
import com.liferay.portal.kernel.util.HashMapBuilder;
import com.liferay.portal.kernel.util.HtmlUtil;
import com.liferay.portal.kernel.util.LocaleThreadLocal;
Expand Down Expand Up @@ -70,6 +71,8 @@ public class SelectDDMFormFieldTemplateContextContributorTest
public void setUp() throws Exception {
super.setUp();

PropsTestUtil.setProps("collator.rules", "<<<");

_setUpHtmlUtil();
_setUpJSONFactory();
_setUpLocaleThreadLocal();
Expand Down

0 comments on commit 9837c4d

Please sign in to comment.