diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2015-05-07 19:08:13 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2015-05-07 19:08:13 -0500 |
commit | 4d94be8b6cce52862a401ed39bad9209c71f9a3e (patch) | |
tree | b65d7fd68ef1d57e0a79110bd21a31ef5355cc35 /tests/test-eds-tasks-config-files/.config/evolution/sources/system-proxy.source | |
parent | 3ab790edf3280f1a5ff9ecf6cc89175c967ee0d3 (diff) | |
download | ayatana-indicator-datetime-4d94be8b6cce52862a401ed39bad9209c71f9a3e.tar.gz ayatana-indicator-datetime-4d94be8b6cce52862a401ed39bad9209c71f9a3e.tar.bz2 ayatana-indicator-datetime-4d94be8b6cce52862a401ed39bad9209c71f9a3e.zip |
Add unit test that looks at ubuntu alarm triggers. Test currently fails on the trigger timezone issue reported by alesage.
Diffstat (limited to 'tests/test-eds-tasks-config-files/.config/evolution/sources/system-proxy.source')
-rw-r--r-- | tests/test-eds-tasks-config-files/.config/evolution/sources/system-proxy.source | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/test-eds-tasks-config-files/.config/evolution/sources/system-proxy.source b/tests/test-eds-tasks-config-files/.config/evolution/sources/system-proxy.source new file mode 100644 index 0000000..4b2f666 --- /dev/null +++ b/tests/test-eds-tasks-config-files/.config/evolution/sources/system-proxy.source @@ -0,0 +1,21 @@ + +[Data Source] +DisplayName=Default Proxy Settings +Enabled=true +Parent= + +[Proxy] +Method=default +IgnoreHosts=localhost;127.0.0.0/8;::1; +AutoconfigUrl= +FtpHost= +FtpPort=0 +HttpAuthPassword= +HttpAuthUser= +HttpHost= +HttpPort=8080 +HttpUseAuth=false +HttpsHost= +HttpsPort=0 +SocksHost= +SocksPort=0 |