summaryrefslogtreecommitdiff
path: root/tests/auto/extensionsystem/pluginspec/testspecs/spec_wrong2.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/extensionsystem/pluginspec/testspecs/spec_wrong2.xml')
-rw-r--r--tests/auto/extensionsystem/pluginspec/testspecs/spec_wrong2.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/auto/extensionsystem/pluginspec/testspecs/spec_wrong2.xml b/tests/auto/extensionsystem/pluginspec/testspecs/spec_wrong2.xml
new file mode 100644
index 0000000000..917acf78ad
--- /dev/null
+++ b/tests/auto/extensionsystem/pluginspec/testspecs/spec_wrong2.xml
@@ -0,0 +1,18 @@
+<plugin version="1.0.1" compatVersion="1.0.0">
+ <vendor>Nokia Corporation</vendor>
+ <copyright>(C) 2007 Nokia Corporation</copyright>
+ <license>
+This is a default license bla
+blubbblubb
+end of terms
+ </license>
+ <description>
+This plugin is just a test.
+ it demonstrates the great use of the plugin spec.
+ </description>
+ <url>http://qt.nokia.com</url>
+ <dependencyList>
+ <dependency name="SomeOtherPlugin" version="2.3.0_2"/>
+ <dependency name="EvenOther" version="1.0.0"/>
+ </dependencyList>
+</plugin>