summaryrefslogtreecommitdiff
path: root/tests/data/interface-definitions
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/interface-definitions')
-rw-r--r--tests/data/interface-definitions/test-op.xml21
-rw-r--r--tests/data/interface-definitions/test.xml24
2 files changed, 0 insertions, 45 deletions
diff --git a/tests/data/interface-definitions/test-op.xml b/tests/data/interface-definitions/test-op.xml
deleted file mode 100644
index 50bd686..0000000
--- a/tests/data/interface-definitions/test-op.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0"?>
-<interfaceDefinition>
- <node name="foo">
- <properties>
- <help>foo</help>
- </properties>
- <children>
- <leafNode name="bar">
- <command>/usr/bin/bar</command>
- <properties>
- <help>bar</help>
- <completionHelp>
- <list>foo bar</list>
- <path>interfaces tunnel</path>
- <script>/usr/bin/foo</script>
- </completionHelp>
- </properties>
- </leafNode>
- </children>
- </node>
-</interfaceDefinition>
diff --git a/tests/data/interface-definitions/test.xml b/tests/data/interface-definitions/test.xml
deleted file mode 100644
index fbb302e..0000000
--- a/tests/data/interface-definitions/test.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0"?>
-<interfaceDefinition>
- <node name="foo">
- <properties>
- <help>foo</help>
- </properties>
- <children>
- <leafNode name="bar">
- <properties>
- <help>bar</help>
- <valueHelp>
- <format>bar</format>
- <description>bar</description>
- </valueHelp>
- <completionHelp>
- <list>foo bar</list>
- <path>interfaces tunnel</path>
- <script>/usr/bin/foo</script>
- </completionHelp>
- </properties>
- </leafNode>
- </children>
- </node>
-</interfaceDefinition>