#1467 Migrate all message files, make sure migrater keeps predefined order

This commit is contained in:
ljacqu
2018-02-01 20:22:18 +01:00
parent b72fe1b1a9
commit f67ddb0c77
31 changed files with 3366 additions and 2821 deletions
@@ -5,7 +5,6 @@ import fr.xephi.authme.command.help.HelpSection;
import fr.xephi.authme.util.StringUtils;
import org.bukkit.configuration.file.YamlConfiguration;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import java.io.File;
@@ -14,8 +13,8 @@ import java.util.Arrays;
import java.util.List;
import java.util.regex.Pattern;
import static tools.utils.FileIoUtils.listFilesOrThrow;
import static org.junit.Assert.fail;
import static tools.utils.FileIoUtils.listFilesOrThrow;
/**
* Tests that all YML text files can be loaded.
@@ -34,7 +33,6 @@ public class YamlTextFileCheckerTest {
}
@Test
@Ignore // TODO #1467: Migrate all files to new keys
public void testAllMessagesYmlFiles() {
checkFiles(
Pattern.compile("messages_\\w+\\.yml"),