diff options
Diffstat (limited to 'tests/move_root_port.ttl')
-rw-r--r-- | tests/move_root_port.ttl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/move_root_port.ttl b/tests/move_root_port.ttl index b9e6bd86..b9c1b6f9 100644 --- a/tests/move_root_port.ttl +++ b/tests/move_root_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,9 +12,9 @@ <msg1> a patch:Move ; - patch:subject <ingen:/root/in> ; - patch:destination <ingen:/root/input> . + patch:subject <ingen:/graph/in> ; + patch:destination <ingen:/graph/input> . <msg2> a patch:Delete ; - patch:subject <ingen:/root/input> . + patch:subject <ingen:/graph/input> . |