mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 22:30:46 +00:00
committed by
Jindra Petřík
parent
ce306459c5
commit
95dfac7cc5
@@ -28,7 +28,7 @@ import org.testng.annotations.Test;
|
||||
public class AdvancedSettingsTest {
|
||||
|
||||
@Test
|
||||
public void testAdvancedSettginsDialog() {
|
||||
public void testAdvancedSettingsDialog() {
|
||||
ResourceBundle resourceBundle = ResourceBundle.getBundle(AppStrings.getResourcePath(AdvancedSettingsDialog.class));
|
||||
AdvancedSettingsDialog.getCategories("", "", new HashMap<>(), new HashMap<>(), "", new HashMap<>(), new HashMap<>(), new HashMap<>(), new HashMap<>(), new JComboBox<>(), resourceBundle);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user