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