reset ont init
This commit is contained in:
parent
d626771f21
commit
7793ad6a86
@ -5,8 +5,6 @@ import com.intellij.util.xmlb.XmlSerializerUtil;
|
|||||||
|
|
||||||
import de.marhali.easyi18n.settings.presets.DefaultPreset;
|
import de.marhali.easyi18n.settings.presets.DefaultPreset;
|
||||||
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Tests for the project settings service itself.
|
* Tests for the project settings service itself.
|
||||||
* @author marhali
|
* @author marhali
|
||||||
@ -14,8 +12,9 @@ import org.jetbrains.annotations.NotNull;
|
|||||||
public class ProjectSettingsServiceTest extends BasePlatformTestCase {
|
public class ProjectSettingsServiceTest extends BasePlatformTestCase {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected @NotNull String getTestName(boolean lowercaseFirstLetter) {
|
protected void setUp() throws Exception {
|
||||||
return lowercaseFirstLetter ? "projectSettingsServiceTest" : "ProjectSettingsServiceTest";
|
super.setUp();
|
||||||
|
ProjectSettingsService.get(getProject()).setState(new ProjectSettingsState());
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testSettingsDefaultPreset() {
|
public void testSettingsDefaultPreset() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user