summaryrefslogtreecommitdiffstats
path: root/tests/get_patch.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/get_patch.ttl')
-rw-r--r--tests/get_patch.ttl6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/get_patch.ttl b/tests/get_patch.ttl
index 158408ff..5d2eb737 100644
--- a/tests/get_patch.ttl
+++ b/tests/get_patch.ttl
@@ -6,14 +6,14 @@
a patch:Put ;
patch:subject <ingen:root/sub> ;
patch:body [
- a ingen:Patch
+ a ingen:Graph
] .
<msg1>
a patch:Put ;
patch:subject <ingen:root/sub/node1> ;
patch:body [
- a ingen:Node ;
+ a ingen:Block ;
ingen:prototype <http://drobilla.net/plugins/mda/Shepard>
] .
@@ -21,7 +21,7 @@
a patch:Put ;
patch:subject <ingen:root/sub/node2> ;
patch:body [
- a ingen:Node ;
+ a ingen:Block ;
ingen:prototype <http://drobilla.net/plugins/mda/Combo>
] .