diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2015-05-20 18:23:32 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2015-05-20 18:23:32 -0500 |
commit | 7577ad720a9183b1a56217aeaaef01f763c11bc7 (patch) | |
tree | 294ba83581e82b13817696a50f9a3d98c800b717 /tests/test-eds-ics-config-files | |
parent | 45122eb294b281fb939aea315fa35ddb96cf44d1 (diff) | |
download | ayatana-indicator-datetime-7577ad720a9183b1a56217aeaaef01f763c11bc7.tar.gz ayatana-indicator-datetime-7577ad720a9183b1a56217aeaaef01f763c11bc7.tar.bz2 ayatana-indicator-datetime-7577ad720a9183b1a56217aeaaef01f763c11bc7.zip |
Add an EDS test for nonrepeating alarms. Refactor the EDS testing structure slightly so that more of the basic config setup can be shared.
Diffstat (limited to 'tests/test-eds-ics-config-files')
-rw-r--r-- | tests/test-eds-ics-config-files/.config/evolution/sources/system-proxy.source | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/test-eds-ics-config-files/.config/evolution/sources/system-proxy.source b/tests/test-eds-ics-config-files/.config/evolution/sources/system-proxy.source new file mode 100644 index 0000000..4b2f666 --- /dev/null +++ b/tests/test-eds-ics-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 |