summaryrefslogtreecommitdiffstats
path: root/tests/get_patch.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-04-03 17:10:58 +0000
committerDavid Robillard <d@drobilla.net>2015-04-03 17:10:58 +0000
commite1ea99192e10149e0cac7a93f98fbec20e7cedb2 (patch)
tree97d8d9e63b6d2085c2b49e71fc2183c8058b4533 /tests/get_patch.ttl
parentac888fe3cb4a7bdf0f43e9474160e3b525edf774 (diff)
downloadingen-e1ea99192e10149e0cac7a93f98fbec20e7cedb2.tar.gz
ingen-e1ea99192e10149e0cac7a93f98fbec20e7cedb2.tar.bz2
ingen-e1ea99192e10149e0cac7a93f98fbec20e7cedb2.zip
Use lv2:prototype and deprecate ingen:prototype.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5652 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'tests/get_patch.ttl')
-rw-r--r--tests/get_patch.ttl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/get_patch.ttl b/tests/get_patch.ttl
index c9ba6c3c..26718173 100644
--- a/tests/get_patch.ttl
+++ b/tests/get_patch.ttl
@@ -14,7 +14,7 @@
patch:subject <ingen:/root/sub/node1> ;
patch:body [
a ingen:Block ;
- ingen:prototype <http://drobilla.net/plugins/mda/Shepard>
+ lv2:prototype <http://drobilla.net/plugins/mda/Shepard>
] .
<msg2>
@@ -22,7 +22,7 @@
patch:subject <ingen:/root/sub/node2> ;
patch:body [
a ingen:Block ;
- ingen:prototype <http://drobilla.net/plugins/mda/Combo>
+ lv2:prototype <http://drobilla.net/plugins/mda/Combo>
] .
<msg3>