diff options
Diffstat (limited to 'tests/data/interface-definitions/test-op.xml')
-rw-r--r-- | tests/data/interface-definitions/test-op.xml | 21 |
1 files changed, 0 insertions, 21 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> |