From 536613f008fce2caa16757e4d3ab1485a0319149 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Tue, 8 Apr 2014 21:36:03 +0200 Subject: [PATCH] Fix config tests after deprecating options --- cmd/syncthing/config_test.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cmd/syncthing/config_test.go b/cmd/syncthing/config_test.go index 1008a773..821636b7 100644 --- a/cmd/syncthing/config_test.go +++ b/cmd/syncthing/config_test.go @@ -140,8 +140,6 @@ func TestOverriddenValues(t *testing.T) { :23000 false - false - 125.2.2.2:8080 syncthing.nym.se:22025 false false @@ -157,8 +155,6 @@ func TestOverriddenValues(t *testing.T) { expected := OptionsConfiguration{ ListenAddress: []string{":23000"}, - GUIEnabled: false, - GUIAddress: "125.2.2.2:8080", GlobalAnnServer: "syncthing.nym.se:22025", GlobalAnnEnabled: false, LocalAnnEnabled: false,