Remove unnecessary FIXMEs

This commit is contained in:
Sampo Niskanen 2013-09-08 22:20:38 +03:00
parent fcfa53ac05
commit 10dbc856ee
2 changed files with 2 additions and 2 deletions

View File

@ -253,7 +253,7 @@ public class ComponentPresetEditor extends JPanel implements PresetResultListene
BasicApplication app = new BasicApplication();
app.initializeApplication();
try {
// FIXME - Application.setPreferences(new SwingPreferences());
// Application.setPreferences(new SwingPreferences());
JFrame dialog = new JFrame();
dialog.getContentPane().add(new ComponentPresetEditor(dialog));
dialog.setDefaultCloseOperation(JDialog.DISPOSE_ON_CLOSE);

View File

@ -18,7 +18,7 @@ public class LogLevelBufferLoggerTest {
@Test
@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() {
// assume SLF4J is bound to logback in the current environment