Skip to content

Commit

Permalink
move UT to right method
Browse files Browse the repository at this point in the history
  • Loading branch information
erickgonzalez committed Dec 5, 2024
1 parent 4382670 commit d5d6a22
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,6 @@ public static List<Class<?>> getStartupRunOnceTaskClasses() {
.add(Task240111AddInodeAndIdentifierLeftIndexes.class)
.add(Task240131UpdateLanguageVariableContentType.class)
.add(Task240112AddMetadataColumnToStructureTable.class)
.add(Task241013RemoveFullPathLcColumnFromIdentifier.class)
.add(Task241014AddTemplateValueOnContentletIndex.class)
.build();
return ret.stream().sorted(classNameComparator).collect(Collectors.toList());
}
Expand Down Expand Up @@ -389,6 +387,7 @@ public static List<Class<?>> getBackportedUpgradeTaskClasses() {
ret.add(Task240513UpdateContentTypesSystemField.class);
ret.add(Task240530AddDotAIPortletToLayout.class);
ret.add(Task241013RemoveFullPathLcColumnFromIdentifier.class);
ret.add(Task241014AddTemplateValueOnContentletIndex.class);
return ret.stream().sorted(classNameComparator).collect(Collectors.toList());
}

Expand Down

0 comments on commit d5d6a22

Please sign in to comment.