From e6e8d1006872f79db19fd393ceffca4d3bf266da Mon Sep 17 00:00:00 2001 From: Brian Chan Date: Tue, 17 Dec 2024 14:53:23 +0530 Subject: [PATCH] LPD-44084 Rename --- .../FragmentEntryInputTemplateNodeContextHelperTest.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/apps/fragment/fragment-test/src/testIntegration/java/com/liferay/fragment/input/template/parser/test/FragmentEntryInputTemplateNodeContextHelperTest.java b/modules/apps/fragment/fragment-test/src/testIntegration/java/com/liferay/fragment/input/template/parser/test/FragmentEntryInputTemplateNodeContextHelperTest.java index 95bca5c3184920..9b1a583a4e3eab 100644 --- a/modules/apps/fragment/fragment-test/src/testIntegration/java/com/liferay/fragment/input/template/parser/test/FragmentEntryInputTemplateNodeContextHelperTest.java +++ b/modules/apps/fragment/fragment-test/src/testIntegration/java/com/liferay/fragment/input/template/parser/test/FragmentEntryInputTemplateNodeContextHelperTest.java @@ -415,12 +415,12 @@ private ObjectDefinition _addObjectDefinition() throws Exception { LocaleUtil.US, RandomTestUtil.randomString()), false, _listTypeEntries); - ObjectField myRichText = ObjectFieldUtil.createObjectField( + ObjectField myRichTextObjectField = ObjectFieldUtil.createObjectField( ObjectFieldConstants.BUSINESS_TYPE_RICH_TEXT, ObjectFieldConstants.DB_TYPE_STRING, RandomTestUtil.randomString(), "myRichText", false); - myRichText.setLocalized(true); + myRichTextObjectField.setLocalized(true); List objectFields = Arrays.asList( new AttachmentObjectFieldBuilder( @@ -485,7 +485,7 @@ private ObjectDefinition _addObjectDefinition() throws Exception { ObjectFieldConstants.BUSINESS_TYPE_PRECISION_DECIMAL, ObjectFieldConstants.DB_TYPE_BIG_DECIMAL, RandomTestUtil.randomString(), "myPrecisionDecimal", false), - myRichText); + myRichTextObjectField); objectDefinition = _objectDefinitionLocalService.addCustomObjectDefinition(