summaryrefslogtreecommitdiffstats
path: root/tests/move_root_port.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/move_root_port.ttl')
-rw-r--r--tests/move_root_port.ttl8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/move_root_port.ttl b/tests/move_root_port.ttl
index b9c1b6f9..2c925767 100644
--- a/tests/move_root_port.ttl
+++ b/tests/move_root_port.ttl
@@ -4,7 +4,7 @@
<msg0>
a patch:Put ;
- patch:subject <ingen:/graph/in> ;
+ patch:subject <ingen:/main/in> ;
patch:body [
a lv2:InputPort ,
lv2:AudioPort
@@ -12,9 +12,9 @@
<msg1>
a patch:Move ;
- patch:subject <ingen:/graph/in> ;
- patch:destination <ingen:/graph/input> .
+ patch:subject <ingen:/main/in> ;
+ patch:destination <ingen:/main/input> .
<msg2>
a patch:Delete ;
- patch:subject <ingen:/graph/input> .
+ patch:subject <ingen:/main/input> .