From 17ad0ca1ad23b336b0fa5952f42dfad95397fc47 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 1 Aug 2016 15:44:14 -0400 Subject: Rename main graph and control/notify ports --- tests/create_delete_port.ttl | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'tests/create_delete_port.ttl') diff --git a/tests/create_delete_port.ttl b/tests/create_delete_port.ttl index 5025497f..ba26560d 100644 --- a/tests/create_delete_port.ttl +++ b/tests/create_delete_port.ttl @@ -5,7 +5,7 @@ a patch:Put ; - patch:subject ; + patch:subject ; patch:body [ a lv2:InputPort , lv2:AudioPort @@ -13,7 +13,7 @@ a patch:Put ; - patch:subject ; + patch:subject ; patch:body [ a lv2:InputPort , lv2:ControlPort @@ -21,7 +21,7 @@ a patch:Put ; - patch:subject ; + patch:subject ; patch:body [ a lv2:InputPort , lv2:CVPort @@ -29,7 +29,7 @@ a patch:Put ; - patch:subject ; + patch:subject ; patch:body [ a lv2:InputPort , atom:AtomPort ; @@ -38,16 +38,16 @@ a patch:Delete ; - patch:subject . + patch:subject . a patch:Delete ; - patch:subject . + patch:subject . a patch:Delete ; - patch:subject . + patch:subject . a patch:Delete ; - patch:subject . + patch:subject . -- cgit v1.2.1