Merge "Fix: unit test IllegalStateException"

This commit is contained in:
Shawn Pearce
2014-05-01 21:16:03 +00:00
committed by Gerrit Code Review

View File

@@ -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);