Remove unnecessary FIXMEs
This commit is contained in:
parent
fcfa53ac05
commit
10dbc856ee
@ -253,7 +253,7 @@ public class ComponentPresetEditor extends JPanel implements PresetResultListene
|
|||||||
BasicApplication app = new BasicApplication();
|
BasicApplication app = new BasicApplication();
|
||||||
app.initializeApplication();
|
app.initializeApplication();
|
||||||
try {
|
try {
|
||||||
// FIXME - Application.setPreferences(new SwingPreferences());
|
// Application.setPreferences(new SwingPreferences());
|
||||||
JFrame dialog = new JFrame();
|
JFrame dialog = new JFrame();
|
||||||
dialog.getContentPane().add(new ComponentPresetEditor(dialog));
|
dialog.getContentPane().add(new ComponentPresetEditor(dialog));
|
||||||
dialog.setDefaultCloseOperation(JDialog.DISPOSE_ON_CLOSE);
|
dialog.setDefaultCloseOperation(JDialog.DISPOSE_ON_CLOSE);
|
||||||
|
@ -18,7 +18,7 @@ public class LogLevelBufferLoggerTest {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
@Ignore
|
@Ignore
|
||||||
//FIXME test testLogger() is failing, prob due to changes in logging recently
|
// TODO: test testLogger() is failing, prob due to changes in logging recently
|
||||||
public void testLogger() {
|
public void testLogger() {
|
||||||
|
|
||||||
// assume SLF4J is bound to logback in the current environment
|
// assume SLF4J is bound to logback in the current environment
|
||||||
|
Loading…
x
Reference in New Issue
Block a user