Lonely preference settings moved out of FModel into loadPreferences with the rest of the preference settings.

This commit is contained in:
Doublestrike
2012-01-22 08:56:32 +00:00
parent 4ef4bdcaf7
commit 2fa2f27899
6 changed files with 23 additions and 43 deletions

View File

@@ -25,7 +25,7 @@ public class FModelTest {
*/
@BeforeTest
public final void setUp() throws FileNotFoundException {
this.model = new FModel(null);
this.model = new FModel();
}
/**
@@ -63,7 +63,7 @@ public class FModelTest {
System.err.println("log test");
this.model = new FModel(null);
this.model = new FModel();
Assert.assertNotNull(this.model, "model is not null");
}