From 79275fc579c0dbe1ce4ca109edb95f2c1e0802a5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 29 Dec 2012 20:34:32 +0000 Subject: "edge" => "arc". git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4897 a436a847-0d15-0410-975c-d299462d15a1 --- tests/connect_disconnect_node_node.ttl | 4 ++-- tests/connect_disconnect_node_patch.ttl | 4 ++-- tests/connect_disconnect_patch_patch.ttl | 4 ++-- tests/disconnect_all_node.ttl | 6 +++--- tests/get_patch.ttl | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) (limited to 'tests') diff --git a/tests/connect_disconnect_node_node.ttl b/tests/connect_disconnect_node_node.ttl index 7ea9c3c8..a230f40e 100644 --- a/tests/connect_disconnect_node_node.ttl +++ b/tests/connect_disconnect_node_node.ttl @@ -22,7 +22,7 @@ a patch:Put ; patch:subject ; patch:body [ - a ingen:Edge ; + a ingen:Arc ; ingen:tail ; ingen:head ] . @@ -30,7 +30,7 @@ a patch:Delete ; patch:body [ - a ingen:Edge ; + a ingen:Arc ; ingen:tail ; ingen:head ] . diff --git a/tests/connect_disconnect_node_patch.ttl b/tests/connect_disconnect_node_patch.ttl index e6403354..b13e4685 100644 --- a/tests/connect_disconnect_node_patch.ttl +++ b/tests/connect_disconnect_node_patch.ttl @@ -22,7 +22,7 @@ a patch:Put ; patch:subject ; patch:body [ - a ingen:Edge ; + a ingen:Arc ; ingen:tail ; ingen:head ] . @@ -30,7 +30,7 @@ a patch:Delete ; patch:body [ - a ingen:Edge ; + a ingen:Arc ; ingen:tail ; ingen:head ] . diff --git a/tests/connect_disconnect_patch_patch.ttl b/tests/connect_disconnect_patch_patch.ttl index 8df85a2b..0ac0402a 100644 --- a/tests/connect_disconnect_patch_patch.ttl +++ b/tests/connect_disconnect_patch_patch.ttl @@ -22,7 +22,7 @@ a patch:Put ; patch:subject ; patch:body [ - a ingen:Edge ; + a ingen:Arc ; ingen:tail ; ingen:head ] . @@ -30,7 +30,7 @@ a patch:Delete ; patch:body [ - a ingen:Edge ; + a ingen:Arc ; ingen:tail ; ingen:head ] . diff --git a/tests/disconnect_all_node.ttl b/tests/disconnect_all_node.ttl index 7d71705c..26e264d1 100644 --- a/tests/disconnect_all_node.ttl +++ b/tests/disconnect_all_node.ttl @@ -22,7 +22,7 @@ a patch:Put ; patch:subject ; patch:body [ - a ingen:Edge ; + a ingen:Arc ; ingen:tail ; ingen:head ] . @@ -31,7 +31,7 @@ a patch:Put ; patch:subject ; patch:body [ - a ingen:Edge ; + a ingen:Arc ; ingen:tail ; ingen:head ] . @@ -40,6 +40,6 @@ a patch:Delete ; patch:subject ; patch:body [ - a ingen:Edge ; + a ingen:Arc ; ingen:incidentTo ] . diff --git a/tests/get_patch.ttl b/tests/get_patch.ttl index 5d2eb737..4652777d 100644 --- a/tests/get_patch.ttl +++ b/tests/get_patch.ttl @@ -29,7 +29,7 @@ a patch:Put ; patch:subject ; patch:body [ - a ingen:Edge ; + a ingen:Arc ; ingen:tail ; ingen:head ] . -- cgit v1.2.1