From 6cc39a1ae4b407cbb1a5174d2adadfd90d28dee7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 10 Nov 2019 15:26:41 +0100 Subject: Make test suite depend only on LV2 --- tests/connect_disconnect_node_node.ttl | 12 ++++++------ tests/copy_node.ttl | 2 +- tests/create_delete_node.ttl | 4 ++-- tests/disconnect_all_node.ttl | 17 ++++------------- tests/disconnect_all_port.ttl | 4 ++-- tests/duplicate_node.ttl | 4 ++-- tests/get_node.ttl | 2 +- tests/get_patch.ttl | 8 ++++---- tests/move_node.ttl | 4 ++-- tests/poly.ttl | 2 +- 10 files changed, 25 insertions(+), 34 deletions(-) (limited to 'tests') diff --git a/tests/connect_disconnect_node_node.ttl b/tests/connect_disconnect_node_node.ttl index 935de482..e1be32ce 100644 --- a/tests/connect_disconnect_node_node.ttl +++ b/tests/connect_disconnect_node_node.ttl @@ -7,7 +7,7 @@ patch:subject ; patch:body [ a ingen:Block ; - lv2:prototype + lv2:prototype ] . @@ -15,7 +15,7 @@ patch:subject ; patch:body [ a ingen:Block ; - lv2:prototype + lv2:prototype ] . @@ -23,14 +23,14 @@ 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/copy_node.ttl b/tests/copy_node.ttl index 129ba758..b0a079c1 100644 --- a/tests/copy_node.ttl +++ b/tests/copy_node.ttl @@ -7,7 +7,7 @@ patch:subject ; patch:body [ a ingen:Block ; - lv2:prototype + lv2:prototype ] . diff --git a/tests/create_delete_node.ttl b/tests/create_delete_node.ttl index 81086e69..3db81cf8 100644 --- a/tests/create_delete_node.ttl +++ b/tests/create_delete_node.ttl @@ -7,7 +7,7 @@ patch:subject ; patch:body [ a ingen:Block ; - lv2:prototype + lv2:prototype ] . @@ -19,7 +19,7 @@ patch:subject ; patch:body [ a ingen:Block ; - ingen:prototype + ingen:prototype ] . diff --git a/tests/disconnect_all_node.ttl b/tests/disconnect_all_node.ttl index 2b65f758..7af88970 100644 --- a/tests/disconnect_all_node.ttl +++ b/tests/disconnect_all_node.ttl @@ -7,7 +7,7 @@ patch:subject ; patch:body [ a ingen:Block ; - lv2:prototype + lv2:prototype ] . @@ -15,7 +15,7 @@ patch:subject ; patch:body [ a ingen:Block ; - lv2:prototype + lv2:prototype ] . @@ -23,20 +23,11 @@ patch:subject ; patch:body [ a ingen:Arc ; - ingen:tail ; - ingen:head + ingen:tail ; + ingen:head ] . - a patch:Put ; - patch:subject ; - patch:body [ - a ingen:Arc ; - ingen:tail ; - ingen:head - ] . - - a patch:Delete ; patch:subject ; patch:body [ diff --git a/tests/disconnect_all_port.ttl b/tests/disconnect_all_port.ttl index 5c2d92f2..48af6a6f 100644 --- a/tests/disconnect_all_port.ttl +++ b/tests/disconnect_all_port.ttl @@ -15,7 +15,7 @@ patch:subject ; patch:body [ a ingen:Block ; - lv2:prototype + lv2:prototype ] . @@ -24,7 +24,7 @@ patch:body [ a ingen:Arc ; ingen:tail ; - ingen:head + ingen:head ] . diff --git a/tests/duplicate_node.ttl b/tests/duplicate_node.ttl index 47d71dfc..9cb4aba7 100644 --- a/tests/duplicate_node.ttl +++ b/tests/duplicate_node.ttl @@ -7,12 +7,12 @@ patch:subject ; patch:body [ a ingen:Block ; - lv2:prototype + lv2:prototype ] . a patch:Put ; - patch:subject ; + patch:subject ; patch:body [ a ingen:Block ; lv2:prototype diff --git a/tests/get_node.ttl b/tests/get_node.ttl index 12977092..87a03797 100644 --- a/tests/get_node.ttl +++ b/tests/get_node.ttl @@ -7,7 +7,7 @@ patch:subject ; patch:body [ a ingen:Block ; - lv2:prototype + lv2:prototype ] . diff --git a/tests/get_patch.ttl b/tests/get_patch.ttl index 9ea9e036..5f6212af 100644 --- a/tests/get_patch.ttl +++ b/tests/get_patch.ttl @@ -14,7 +14,7 @@ patch:subject ; patch:body [ a ingen:Block ; - lv2:prototype + lv2:prototype ] . @@ -22,7 +22,7 @@ patch:subject ; patch:body [ a ingen:Block ; - lv2:prototype + lv2:prototype ] . @@ -30,8 +30,8 @@ patch:subject ; patch:body [ a ingen:Arc ; - ingen:tail ; - ingen:head + ingen:tail ; + ingen:head ] . diff --git a/tests/move_node.ttl b/tests/move_node.ttl index 22f6cfb8..17c4bd2d 100644 --- a/tests/move_node.ttl +++ b/tests/move_node.ttl @@ -7,10 +7,10 @@ patch:subject ; patch:body [ a ingen:Block ; - lv2:prototype + lv2:prototype ] . a patch:Move ; patch:subject ; - patch:destination . + patch:destination . diff --git a/tests/poly.ttl b/tests/poly.ttl index a02ba96e..d422bccb 100644 --- a/tests/poly.ttl +++ b/tests/poly.ttl @@ -7,7 +7,7 @@ patch:subject ; patch:body [ a ingen:Block ; - lv2:prototype + lv2:prototype ] . -- cgit v1.2.1