summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/xml/results/test-remove-namespaced-element.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/xml/results/test-remove-namespaced-element.xml')
-rw-r--r--test/integration/targets/xml/results/test-remove-namespaced-element.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/integration/targets/xml/results/test-remove-namespaced-element.xml b/test/integration/targets/xml/results/test-remove-namespaced-element.xml
deleted file mode 100644
index 16df98e201..0000000000
--- a/test/integration/targets/xml/results/test-remove-namespaced-element.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<business xmlns="http://test.business" xmlns:attr="http://test.attribute" type="bar">
- <name>Tasty Beverage Co.</name>
- <beers xmlns="http://test.beers">
- <beer>Rochefort 10</beer>
- <beer>St. Bernardus Abbot 12</beer>
- <beer>Schlitz</beer>
- </beers>
- <website xmlns="http://test.website">
- <mobilefriendly/>
- <address>http://tastybeverageco.com</address>
- </website>
-</business> \ No newline at end of file