summaryrefslogtreecommitdiffstats
path: root/tests/duplicate_node.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-10-01 17:48:40 -0400
committerDavid Robillard <d@drobilla.net>2016-10-01 17:49:09 -0400
commit17bb541a6925ccae826bbaa7bf386931652afbf4 (patch)
treed31dc36c18dbafc745b3ee2698b4cddee85d1b6c /tests/duplicate_node.ttl
parent1596ee0dc79676baaee49fad1d5502aee4dc5c1f (diff)
downloadingen-17bb541a6925ccae826bbaa7bf386931652afbf4.tar.gz
ingen-17bb541a6925ccae826bbaa7bf386931652afbf4.tar.bz2
ingen-17bb541a6925ccae826bbaa7bf386931652afbf4.zip
Improve test coverage
Diffstat (limited to 'tests/duplicate_node.ttl')
-rw-r--r--tests/duplicate_node.ttl19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/duplicate_node.ttl b/tests/duplicate_node.ttl
new file mode 100644
index 00000000..47d71dfc
--- /dev/null
+++ b/tests/duplicate_node.ttl
@@ -0,0 +1,19 @@
+@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
+@prefix patch: <http://lv2plug.in/ns/ext/patch#> .
+@prefix ingen: <http://drobilla.net/ns/ingen#> .
+
+<msg0>
+ a patch:Put ;
+ patch:subject <ingen:/main/node> ;
+ patch:body [
+ a ingen:Block ;
+ lv2:prototype <http://drobilla.net/plugins/mda/Shepard>
+ ] .
+
+<msg1>
+ a patch:Put ;
+ patch:subject <ingen:/main/deprecatednode> ;
+ patch:body [
+ a ingen:Block ;
+ lv2:prototype <ingen:/main/node>
+ ] .