summaryrefslogtreecommitdiffstats
path: root/tests/get_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/get_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/get_port.ttl')
-rw-r--r--tests/get_port.ttl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/get_port.ttl b/tests/get_port.ttl
index b2b0a319..4f26e499 100644
--- a/tests/get_port.ttl
+++ b/tests/get_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,4 +12,4 @@
<msg1>
a patch:Get ;
- patch:subject <ingen:/graph/in> .
+ patch:subject <ingen:/main/in> .