mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
don't set ide.firstStartup to false in tests — otherwise will be stored - we must not create config files in tests
This commit is contained in:
@@ -215,7 +215,10 @@ public class StartupManagerImpl extends StartupManagerEx {
|
||||
}
|
||||
});
|
||||
|
||||
Registry.get("ide.firstStartup").setValue(false);
|
||||
// otherwise will be stored - we must not create config files in tests
|
||||
if (!app.isUnitTestMode()) {
|
||||
Registry.get("ide.firstStartup").setValue(false);
|
||||
}
|
||||
}
|
||||
|
||||
public void scheduleInitialVfsRefresh() {
|
||||
|
||||
Reference in New Issue
Block a user