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 f8f96120..bf0636cb 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:/root/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:/root/in> ; + patch:destination <ingen:/root/input> . |