summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2020-07-05 16:10:19 +0200
committerJens Georg <mail@jensge.org>2020-07-05 16:10:19 +0200
commit3bdf40f1f4fe6197f64c57318a8f5bb474a10278 (patch)
treece9c6191d1d821de05d914313769af794522e275 /tests
parent29917c42b5b0d23916796e75b7440160fca7d7dc (diff)
downloadrygel-3bdf40f1f4fe6197f64c57318a8f5bb474a10278.tar.gz
tests: Add missing *.plugin files
Diffstat (limited to 'tests')
-rw-r--r--tests/data/plugin-loader/conflicts/no-conflict.plugin7
-rw-r--r--tests/data/plugin-loader/conflicts/tracker.plugin8
-rw-r--r--tests/data/plugin-loader/conflicts/tracker3.plugin8
3 files changed, 23 insertions, 0 deletions
diff --git a/tests/data/plugin-loader/conflicts/no-conflict.plugin b/tests/data/plugin-loader/conflicts/no-conflict.plugin
new file mode 100644
index 00000000..288bc51c
--- /dev/null
+++ b/tests/data/plugin-loader/conflicts/no-conflict.plugin
@@ -0,0 +1,7 @@
+[Plugin]
+Version = 0.39.0
+Module = no-conflict
+Name = No-Conflict
+License = LGPL
+Description = Plugin without conflicts
+Copyright = Copyright © Rygel maintainers
diff --git a/tests/data/plugin-loader/conflicts/tracker.plugin b/tests/data/plugin-loader/conflicts/tracker.plugin
new file mode 100644
index 00000000..20d3668d
--- /dev/null
+++ b/tests/data/plugin-loader/conflicts/tracker.plugin
@@ -0,0 +1,8 @@
+[Plugin]
+Version = 0.39.0
+Module = tracker
+Name = Tracker
+License = LGPL
+Conflicts = Tracker3
+Description = Share media using the Tracker meta-data store
+Copyright = Copyright © Rygel maintainers
diff --git a/tests/data/plugin-loader/conflicts/tracker3.plugin b/tests/data/plugin-loader/conflicts/tracker3.plugin
new file mode 100644
index 00000000..2b79bb5c
--- /dev/null
+++ b/tests/data/plugin-loader/conflicts/tracker3.plugin
@@ -0,0 +1,8 @@
+[Plugin]
+Version = 0.39.0
+Module = tracker3
+Name = Tracker3
+License = LGPL
+Conflicts = Tracker
+Description = Share media using the Tracker meta-data store
+Copyright = Copyright © Rygel maintainers