summaryrefslogtreecommitdiffstats
path: root/tests/disconnect_all_node.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-05-25 09:12:44 +0000
committerDavid Robillard <d@drobilla.net>2015-05-25 09:12:44 +0000
commitccb7d738d37fb21245a563cd41727f2609f0bc07 (patch)
treef13f750311b3b768b87b6dd64b47cd82584a6262 /tests/disconnect_all_node.ttl
parent4f00b8a2ae7148b3a13fd6af0e79eb9b6abf5634 (diff)
downloadingen-ccb7d738d37fb21245a563cd41727f2609f0bc07.tar.gz
ingen-ccb7d738d37fb21245a563cd41727f2609f0bc07.tar.bz2
ingen-ccb7d738d37fb21245a563cd41727f2609f0bc07.zip
Use ingen:/ as base URI on the wire.
This allows referring to non-graph items, which are converted to bundle-relative URIs on save, resolving issue #1049. Change root graph URI to ingen:/graph. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5687 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'tests/disconnect_all_node.ttl')
-rw-r--r--tests/disconnect_all_node.ttl20
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/disconnect_all_node.ttl b/tests/disconnect_all_node.ttl
index 852be608..ecf8ce66 100644
--- a/tests/disconnect_all_node.ttl
+++ b/tests/disconnect_all_node.ttl
@@ -4,7 +4,7 @@
<msg0>
a patch:Put ;
- patch:subject <ingen:/root/node1> ;
+ patch:subject <ingen:/graph/node1> ;
patch:body [
a ingen:Block ;
lv2:prototype <http://drobilla.net/plugins/mda/Shepard>
@@ -12,7 +12,7 @@
<msg1>
a patch:Put ;
- patch:subject <ingen:/root/node2> ;
+ patch:subject <ingen:/graph/node2> ;
patch:body [
a ingen:Block ;
lv2:prototype <http://drobilla.net/plugins/mda/Shepard>
@@ -20,26 +20,26 @@
<msg2>
a patch:Put ;
- patch:subject <ingen:/root/> ;
+ patch:subject <ingen:/graph/> ;
patch:body [
a ingen:Arc ;
- ingen:tail <ingen:/root/node1/left_out> ;
- ingen:head <ingen:/root/node2/left_in>
+ ingen:tail <ingen:/graph/node1/left_out> ;
+ ingen:head <ingen:/graph/node2/left_in>
] .
<msg3>
a patch:Put ;
- patch:subject <ingen:/root/> ;
+ patch:subject <ingen:/graph/> ;
patch:body [
a ingen:Arc ;
- ingen:tail <ingen:/root/node1/right_out> ;
- ingen:head <ingen:/root/node2/right_in>
+ ingen:tail <ingen:/graph/node1/right_out> ;
+ ingen:head <ingen:/graph/node2/right_in>
] .
<msg4>
a patch:Delete ;
- patch:subject <ingen:/root/> ;
+ patch:subject <ingen:/graph/> ;
patch:body [
a ingen:Arc ;
- ingen:incidentTo <ingen:/root/node1>
+ ingen:incidentTo <ingen:/graph/node1>
] .