Fix handling of default values in config (fixes #83)

This commit is contained in:
Jakob Borg
2014-03-04 22:29:43 +01:00
parent 799f55e7ae
commit d6c9afd07f
2 changed files with 34 additions and 16 deletions

View File

@@ -92,7 +92,7 @@ func TestOverriddenValues(t *testing.T) {
FollowSymlinks: false,
GUIEnabled: false,
GUIAddress: "125.2.2.2:8080",
GlobalAnnServer: "announce.nym.se:22025",
GlobalAnnServer: "syncthing.nym.se:22025",
GlobalAnnEnabled: false,
LocalAnnEnabled: false,
ParallelRequests: 32,