summaryrefslogtreecommitdiffstats
path: root/tests/create_delete_port.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/create_delete_port.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/create_delete_port.ttl')
-rw-r--r--tests/create_delete_port.ttl16
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/create_delete_port.ttl b/tests/create_delete_port.ttl
index c7aefecb..5025497f 100644
--- a/tests/create_delete_port.ttl
+++ b/tests/create_delete_port.ttl
@@ -5,7 +5,7 @@
<msg0>
a patch:Put ;
- patch:subject <ingen:/root/audio_in> ;
+ patch:subject <ingen:/graph/audio_in> ;
patch:body [
a lv2:InputPort ,
lv2:AudioPort
@@ -13,7 +13,7 @@
<msg1>
a patch:Put ;
- patch:subject <ingen:/root/float_in> ;
+ patch:subject <ingen:/graph/float_in> ;
patch:body [
a lv2:InputPort ,
lv2:ControlPort
@@ -21,7 +21,7 @@
<msg2>
a patch:Put ;
- patch:subject <ingen:/root/cv_in> ;
+ patch:subject <ingen:/graph/cv_in> ;
patch:body [
a lv2:InputPort ,
lv2:CVPort
@@ -29,7 +29,7 @@
<msg3>
a patch:Put ;
- patch:subject <ingen:/root/atom_in> ;
+ patch:subject <ingen:/graph/atom_in> ;
patch:body [
a lv2:InputPort ,
atom:AtomPort ;
@@ -38,16 +38,16 @@
<msg4>
a patch:Delete ;
- patch:subject <ingen:/root/audio_in> .
+ patch:subject <ingen:/graph/audio_in> .
<msg5>
a patch:Delete ;
- patch:subject <ingen:/root/float_in> .
+ patch:subject <ingen:/graph/float_in> .
<msg6>
a patch:Delete ;
- patch:subject <ingen:/root/cv_in> .
+ patch:subject <ingen:/graph/cv_in> .
<msg7>
a patch:Delete ;
- patch:subject <ingen:/root/atom_in> .
+ patch:subject <ingen:/graph/atom_in> .