Skip to content

Commit 9bc3ecc

Browse files
brianchandotcomnikki-pru
authored andcommitted
LPD-43352 Sort
1 parent 43f7bde commit 9bc3ecc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/apps/dynamic-data-mapping/dynamic-data-mapping-test/src/testIntegration/java/com/liferay/dynamic/data/mapping/internal/upgrade/v5_6_1/test/DDMFieldAttributeUpgradeProcessTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ public void testUpgradeProcess() throws Exception {
7373
_journalArticleLocalService.getJournalArticle(
7474
_journalArticle.getId());
7575

76+
_assertContains(
77+
journalArticle.getContent(), "/documents/d/orphan/document");
7678
_assertContains(
7779
journalArticle.getContent(),
7880
"data-fileentryid=\"" + _dlFileEntry.getFileEntryId() + "\"");
79-
_assertContains(
80-
journalArticle.getContent(), "/documents/d/orphan/document");
8181
}
8282

8383
private void _addDLFileEntry() throws Exception {

0 commit comments

Comments
 (0)