From ccb7d738d37fb21245a563cd41727f2609f0bc07 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 25 May 2015 09:12:44 +0000 Subject: 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 --- tests/set_graph_poly.ttl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/set_graph_poly.ttl') diff --git a/tests/set_graph_poly.ttl b/tests/set_graph_poly.ttl index 27114d90..0e830c4a 100644 --- a/tests/set_graph_poly.ttl +++ b/tests/set_graph_poly.ttl @@ -4,14 +4,14 @@ a patch:Put ; - patch:subject ; + patch:subject ; patch:body [ ingen:polyphony 4 ] . a patch:Put ; - patch:subject ; + patch:subject ; patch:body [ ingen:polyphony 1 ] . -- cgit v1.2.1