RED-9139: move document to its own module, add TableOfContents and TableOfContentsItem
* update LayoutEngine package
This commit is contained in:
parent
2b567af8ea
commit
3e2d3169af
@ -5,6 +5,7 @@ import java.nio.file.Files;
|
|||||||
import java.nio.file.Path;
|
import java.nio.file.Path;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
|
import org.junit.jupiter.api.Disabled;
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
|
|
||||||
import com.knecon.fforesight.utility.rules.management.migration.RuleFileMigrator;
|
import com.knecon.fforesight.utility.rules.management.migration.RuleFileMigrator;
|
||||||
@ -31,7 +32,7 @@ public class RuleFileMigrationTest {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
@SneakyThrows
|
@SneakyThrows
|
||||||
// @Disabled
|
@Disabled
|
||||||
void migrateAllEntityRules() {
|
void migrateAllEntityRules() {
|
||||||
|
|
||||||
for (String ruleFileDir : ruleFileDirs) {
|
for (String ruleFileDir : ruleFileDirs) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user