diff options
author | Bastien Nocera <hadess@hadess.net> | 2008-04-15 10:22:42 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2008-04-15 10:22:42 +0000 |
commit | a767536c493b39a4a79cb4b2409b2b9b2a466f98 (patch) | |
tree | 80d5472d50483960cab4bb3f9d07962685271169 /tests | |
parent | e4581945ea217a3a5f7520323b39ec9b4d81fe1f (diff) |
* freedesktop.org.xml.in:
* tests/list:
* tests/test-vpn.pcf: Add Cisco VPN mime-type (from David Zeuthen
<david@fubar.dk>), and test case (Closes: #3560)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/list | 1 | ||||
-rw-r--r-- | tests/test-vpn.pcf | 13 |
2 files changed, 14 insertions, 0 deletions
@@ -95,6 +95,7 @@ test-cdda.toc application/x-cdrdao-toc test-cdrom.toc application/x-cdrdao-toc # Copied from /etc/sysconfig/iptables test.iptables text/x-iptables +test-vpn.pcf application/x-cisco-vpn-settings x # xml subtypes test.ttx application/x-font-ttx diff --git a/tests/test-vpn.pcf b/tests/test-vpn.pcf new file mode 100644 index 0000000..028a550 --- /dev/null +++ b/tests/test-vpn.pcf @@ -0,0 +1,13 @@ +[main] +Description=Location is anywhere +Host=123.123.123.123 +AuthType=1 +GroupName=foobar +GroupPwd= +EnableISPConnect=0 +ISPConnectType=0 +ISPConnect= +ISPCommand= +Username= +SaveUserPassword=0 +EnableBackup=1 |