removed obsolate files
authorRalf Habacker <ralf.habacker@freenet.de>
Mon, 30 Nov 2009 10:28:37 +0000 (11:28 +0100)
committerRalf Habacker <ralf.habacker@freenet.de>
Mon, 30 Nov 2009 10:28:37 +0000 (11:28 +0100)
cmake/test/data/valid-config-files/debug-allow-all-sha1.conf.cmake [deleted file]
cmake/test/data/valid-config-files/debug-allow-all.conf.cmake [deleted file]

diff --git a/cmake/test/data/valid-config-files/debug-allow-all-sha1.conf.cmake b/cmake/test/data/valid-config-files/debug-allow-all-sha1.conf.cmake
deleted file mode 100644 (file)
index 68f2822..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<!-- Bus that listens on a debug pipe and requires SHA1 auth, used to test SHA1 -->
-
-<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
- "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
-<busconfig>
-  <listen>debug-pipe:name=test-server</listen>
-  <listen>tcp:host=localhost,port=1234</listen>
-  <servicedir>@TEST_SERVICE_DIR@</servicedir>
-  <auth>DBUS_COOKIE_SHA1</auth>
-  <policy context="default">
-    <allow send_interface="*"/>
-    <allow receive_interface="*"/>
-    <allow own="*"/>
-    <allow user="*"/>
-  </policy>
-</busconfig>
diff --git a/cmake/test/data/valid-config-files/debug-allow-all.conf.cmake b/cmake/test/data/valid-config-files/debug-allow-all.conf.cmake
deleted file mode 100644 (file)
index fd2844a..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<!-- Bus that listens on a debug pipe and doesn't create any restrictions -->
-
-<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
- "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
-<busconfig>
-  <listen>debug-pipe:name=test-server</listen>
-  <listen>tcp:host=localhost,port=1234</listen>
-  <servicedir>@TEST_SERVICE_DIR@</servicedir>
-  <policy context="default">
-    <allow send_interface="*"/>
-    <allow receive_interface="*"/>
-    <allow own="*"/>
-    <allow user="*"/>
-  </policy>
-</busconfig>