From bb335dca695273622b7a4ebbefbe9e089edb9ab4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 12 Jan 2013 18:57:21 +0000 Subject: Update test suite for new URI style and patch extension changes. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4938 a436a847-0d15-0410-975c-d299462d15a1 --- tests/connect_disconnect_node_node.ttl | 14 +++++++------- tests/connect_disconnect_node_patch.ttl | 14 +++++++------- tests/connect_disconnect_patch_patch.ttl | 14 +++++++------- tests/create_delete_node.ttl | 4 ++-- tests/create_delete_patch.ttl | 4 ++-- tests/create_delete_port.ttl | 4 ++-- tests/disconnect_all_node.ttl | 20 ++++++++++---------- tests/get_engine.ttl | 2 +- tests/get_node.ttl | 4 ++-- tests/get_patch.ttl | 14 +++++++------- tests/get_plugins.ttl | 2 +- tests/get_port.ttl | 4 ++-- tests/move_node.ttl | 6 +++--- tests/move_port.ttl | 6 +++--- tests/poly.ttl | 16 +++++++--------- tests/put_audio_in.ttl | 2 +- tests/set_patch_port_value.ttl | 9 ++++----- 17 files changed, 68 insertions(+), 71 deletions(-) diff --git a/tests/connect_disconnect_node_node.ttl b/tests/connect_disconnect_node_node.ttl index a230f40e..33fe14c1 100644 --- a/tests/connect_disconnect_node_node.ttl +++ b/tests/connect_disconnect_node_node.ttl @@ -4,7 +4,7 @@ a patch:Put ; - patch:subject ; + patch:subject ; patch:body [ a ingen:Block ; ingen:prototype @@ -12,7 +12,7 @@ a patch:Put ; - patch:subject ; + patch:subject ; patch:body [ a ingen:Block ; ingen:prototype @@ -20,17 +20,17 @@ a patch:Put ; - patch:subject ; + patch:subject ; patch:body [ a ingen:Arc ; - ingen:tail ; - ingen:head + ingen:tail ; + ingen:head ] . a patch:Delete ; patch:body [ a ingen:Arc ; - ingen:tail ; - ingen:head + ingen:tail ; + ingen:head ] . diff --git a/tests/connect_disconnect_node_patch.ttl b/tests/connect_disconnect_node_patch.ttl index b13e4685..642c71d3 100644 --- a/tests/connect_disconnect_node_patch.ttl +++ b/tests/connect_disconnect_node_patch.ttl @@ -4,7 +4,7 @@ a patch:Put ; - patch:subject ; + patch:subject ; patch:body [ a ingen:Block ; ingen:prototype @@ -12,7 +12,7 @@ a patch:Put ; - patch:subject ; + patch:subject ; patch:body [ a lv2:OutputPort , lv2:AudioPort @@ -20,17 +20,17 @@ a patch:Put ; - patch:subject ; + patch:subject ; patch:body [ a ingen:Arc ; - ingen:tail ; - ingen:head + ingen:tail ; + ingen:head ] . a patch:Delete ; patch:body [ a ingen:Arc ; - ingen:tail ; - ingen:head + ingen:tail ; + ingen:head ] . diff --git a/tests/connect_disconnect_patch_patch.ttl b/tests/connect_disconnect_patch_patch.ttl index 0ac0402a..4b349fc1 100644 --- a/tests/connect_disconnect_patch_patch.ttl +++ b/tests/connect_disconnect_patch_patch.ttl @@ -4,7 +4,7 @@ a patch:Put ; - patch:subject ; + patch:subject ; patch:body [ a lv2:InputPort , lv2:AudioPort @@ -12,7 +12,7 @@ a patch:Put ; - patch:subject ; + patch:subject ; patch:body [ a lv2:InputPort , lv2:AudioPort @@ -20,17 +20,17 @@ a patch:Put ; - patch:subject ; + patch:subject ; patch:body [ a ingen:Arc ; - ingen:tail ; - ingen:head + ingen:tail ; + ingen:head ] . a patch:Delete ; patch:body [ a ingen:Arc ; - ingen:tail ; - ingen:head + ingen:tail ; + ingen:head ] . diff --git a/tests/create_delete_node.ttl b/tests/create_delete_node.ttl index 8993e44b..2f504687 100644 --- a/tests/create_delete_node.ttl +++ b/tests/create_delete_node.ttl @@ -4,7 +4,7 @@ a patch:Put ; - patch:subject ; + patch:subject ; patch:body [ a ingen:Block ; ingen:prototype @@ -12,4 +12,4 @@ a patch:Delete ; - patch:subject . + patch:subject . diff --git a/tests/create_delete_patch.ttl b/tests/create_delete_patch.ttl index a3ef906c..474a15a2 100644 --- a/tests/create_delete_patch.ttl +++ b/tests/create_delete_patch.ttl @@ -4,11 +4,11 @@ a patch:Put ; - patch:subject ; + patch:subject ; patch:body [ a ingen:Graph ; ] . a patch:Delete ; - patch:subject . + patch:subject . diff --git a/tests/create_delete_port.ttl b/tests/create_delete_port.ttl index cd01b9b4..aea4868c 100644 --- a/tests/create_delete_port.ttl +++ b/tests/create_delete_port.ttl @@ -4,7 +4,7 @@ a patch:Put ; - patch:subject ; + patch:subject ; patch:body [ a lv2:InputPort , lv2:AudioPort @@ -12,4 +12,4 @@ a patch:Delete ; - patch:subject . + patch:subject . diff --git a/tests/disconnect_all_node.ttl b/tests/disconnect_all_node.ttl index 26e264d1..af4abbd2 100644 --- a/tests/disconnect_all_node.ttl +++ b/tests/disconnect_all_node.ttl @@ -4,7 +4,7 @@ a patch:Put ; - patch:subject ; + patch:subject ; patch:body [ a ingen:Block ; ingen:prototype @@ -12,7 +12,7 @@ a patch:Put ; - patch:subject ; + patch:subject ; patch:body [ a ingen:Block ; ingen:prototype @@ -20,26 +20,26 @@ a patch:Put ; - patch:subject ; + patch:subject ; patch:body [ a ingen:Arc ; - ingen:tail ; - ingen:head + ingen:tail ; + ingen:head ] . a patch:Put ; - patch:subject ; + patch:subject ; patch:body [ a ingen:Arc ; - ingen:tail ; - ingen:head + ingen:tail ; + ingen:head ] . a patch:Delete ; - patch:subject ; + patch:subject ; patch:body [ a ingen:Arc ; - ingen:incidentTo + ingen:incidentTo ] . diff --git a/tests/get_engine.ttl b/tests/get_engine.ttl index f1be242c..adfa6a01 100644 --- a/tests/get_engine.ttl +++ b/tests/get_engine.ttl @@ -4,4 +4,4 @@ a patch:Get ; - patch:subject . + patch:subject . diff --git a/tests/get_node.ttl b/tests/get_node.ttl index 44ca1641..feb68074 100644 --- a/tests/get_node.ttl +++ b/tests/get_node.ttl @@ -4,7 +4,7 @@ a patch:Put ; - patch:subject ; + patch:subject ; patch:body [ a ingen:Block ; ingen:prototype @@ -12,4 +12,4 @@ a patch:Get ; - patch:subject . + patch:subject . diff --git a/tests/get_patch.ttl b/tests/get_patch.ttl index 4652777d..c9ba6c3c 100644 --- a/tests/get_patch.ttl +++ b/tests/get_patch.ttl @@ -4,14 +4,14 @@ a patch:Put ; - patch:subject ; + patch:subject ; patch:body [ a ingen:Graph ] . a patch:Put ; - patch:subject ; + patch:subject ; patch:body [ a ingen:Block ; ingen:prototype @@ -19,7 +19,7 @@ a patch:Put ; - patch:subject ; + patch:subject ; patch:body [ a ingen:Block ; ingen:prototype @@ -27,13 +27,13 @@ a patch:Put ; - patch:subject ; + patch:subject ; patch:body [ a ingen:Arc ; - ingen:tail ; - ingen:head + ingen:tail ; + ingen:head ] . a patch:Get ; - patch:subject . + patch:subject . diff --git a/tests/get_plugins.ttl b/tests/get_plugins.ttl index 37b65127..8dc91cdf 100644 --- a/tests/get_plugins.ttl +++ b/tests/get_plugins.ttl @@ -4,4 +4,4 @@ a patch:Get ; - patch:subject . + patch:subject . diff --git a/tests/get_port.ttl b/tests/get_port.ttl index da371f0b..079000f6 100644 --- a/tests/get_port.ttl +++ b/tests/get_port.ttl @@ -4,7 +4,7 @@ a patch:Put ; - patch:subject ; + patch:subject ; patch:body [ a lv2:InputPort , lv2:AudioPort @@ -12,4 +12,4 @@ a patch:Get ; - patch:subject . + patch:subject . diff --git a/tests/move_node.ttl b/tests/move_node.ttl index 8135b4a5..667f0754 100644 --- a/tests/move_node.ttl +++ b/tests/move_node.ttl @@ -4,7 +4,7 @@ a patch:Put ; - patch:subject ; + patch:subject ; patch:body [ a ingen:Block ; ingen:prototype @@ -12,5 +12,5 @@ a patch:Move ; - patch:subject ; - patch:destination . + patch:subject ; + patch:destination . 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 @@ a patch:Put ; - patch:subject ; + patch:subject ; patch:body [ a lv2:InputPort , lv2:AudioPort @@ -12,5 +12,5 @@ a patch:Move ; - patch:subject ; - patch:destination . + patch:subject ; + patch:destination . diff --git a/tests/poly.ttl b/tests/poly.ttl index fc40bbc9..6235dfa9 100644 --- a/tests/poly.ttl +++ b/tests/poly.ttl @@ -4,7 +4,7 @@ a patch:Put ; - patch:subject ; + patch:subject ; patch:body [ a ingen:Block ; ingen:prototype @@ -12,14 +12,12 @@ a patch:Set ; - patch:subject ; - patch:body [ - ingen:polyphony 4 - ] . + patch:subject ; + patch:property ingen:polyphony ; + patch:value 4 . a patch:Set ; - patch:subject ; - patch:body [ - ingen:polyphonic true - ] . + patch:subject ; + patch:property ingen:polyphonic ; + patch:value true . \ No newline at end of file diff --git a/tests/put_audio_in.ttl b/tests/put_audio_in.ttl index 432aa859..fb0cd7d6 100644 --- a/tests/put_audio_in.ttl +++ b/tests/put_audio_in.ttl @@ -3,7 +3,7 @@ a patch:Put ; - patch:subject ; + patch:subject ; patch:body [ a lv2:InputPort , lv2:AudioPort diff --git a/tests/set_patch_port_value.ttl b/tests/set_patch_port_value.ttl index a5b40258..507f72d4 100644 --- a/tests/set_patch_port_value.ttl +++ b/tests/set_patch_port_value.ttl @@ -4,7 +4,7 @@ a patch:Put ; - patch:subject ; + patch:subject ; patch:body [ a lv2:InputPort , lv2:ControlPort @@ -12,7 +12,6 @@ a patch:Set ; - patch:subject ; - patch:body [ - ingen:value 0.5 - ] . + patch:subject ; + patch:property ingen:value ; + patch:value 0.5 . \ No newline at end of file -- cgit v1.2.1