summaryrefslogtreecommitdiffstats
path: root/tests/move_port.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-08-01 15:44:14 -0400
committerDavid Robillard <d@drobilla.net>2016-08-17 17:25:42 -0400
commit17ad0ca1ad23b336b0fa5952f42dfad95397fc47 (patch)
tree1cac18de3f2b56ac7885fa7f9566ded8eab8872e /tests/move_port.ttl
parentd6621e5d1e6f705a09106f62cc75cb33c8c18670 (diff)
downloadingen-17ad0ca1ad23b336b0fa5952f42dfad95397fc47.tar.gz
ingen-17ad0ca1ad23b336b0fa5952f42dfad95397fc47.tar.bz2
ingen-17ad0ca1ad23b336b0fa5952f42dfad95397fc47.zip
Rename main graph and control/notify ports
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 cb458c77..4b035037 100644
--- a/tests/move_port.ttl
+++ b/tests/move_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,5 +12,5 @@
<msg1>
a patch:Move ;
- patch:subject <ingen:/graph/in> ;
- patch:destination <ingen:/graph/input> .
+ patch:subject <ingen:/main/in> ;
+ patch:destination <ingen:/main/input> .