summaryrefslogtreecommitdiffstats
path: root/tests/move_port.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/move_port.ttl')
-rw-r--r--tests/move_port.ttl6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/move_port.ttl b/tests/move_port.ttl
index bf0636cb..cb458c77 100644
--- a/tests/move_port.ttl
+++ b/tests/move_port.ttl
@@ -4,7 +4,7 @@
<msg0>
a patch:Put ;
- patch:subject <ingen:/root/in> ;
+ patch:subject <ingen:/graph/in> ;
patch:body [
a lv2:InputPort ,
lv2:AudioPort
@@ -12,5 +12,5 @@
<msg1>
a patch:Move ;
- patch:subject <ingen:/root/in> ;
- patch:destination <ingen:/root/input> .
+ patch:subject <ingen:/graph/in> ;
+ patch:destination <ingen:/graph/input> .