diff options
Diffstat (limited to 'test/input/all.xml')
-rw-r--r-- | test/input/all.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/test/input/all.xml b/test/input/all.xml new file mode 100644 index 00000000..f18e8066 --- /dev/null +++ b/test/input/all.xml @@ -0,0 +1,25 @@ +<tp:spec + xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0" + xmlns:xi="http://www.w3.org/2001/XInclude"> + +<tp:version>0.1.2</tp:version> + +<tp:docstring> +Copyright (C) 2006 Collabora Limited + +This library is free software; you can redistribute it and/or +modify it under the terms of the GNU Lesser General Public +License as published by the Free Software Foundation; either +version 2.1 of the License, or (at your option) any later version. + +This library is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +Library General Public License for more details. +</tp:docstring> + +<xi:include href="_Test.xml"/> + +<xi:include href="errors_test.xml"/> + +</tp:spec> |