Merge "Fix: unit test IllegalStateException"
This commit is contained in:
@@ -129,6 +129,7 @@ public class GerritServer {
|
||||
cfg.setString("httpd", null, "listenUrl", url);
|
||||
cfg.setString("sshd", null, "listenAddress", forceEphemeralPort);
|
||||
cfg.setString("cache", null, "directory", null);
|
||||
cfg.setString("gerrit", null, "basePath", "git");
|
||||
cfg.setBoolean("sendemail", null, "enable", false);
|
||||
cfg.setInt("cache", "projects", "checkFrequency", 0);
|
||||
cfg.setInt("plugins", null, "checkFrequency", 0);
|
||||
|
||||
Reference in New Issue
Block a user