summaryrefslogtreecommitdiffstats
path: root/tests/set_graph_poly.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/set_graph_poly.ttl')
-rw-r--r--tests/set_graph_poly.ttl14
1 files changed, 6 insertions, 8 deletions
diff --git a/tests/set_graph_poly.ttl b/tests/set_graph_poly.ttl
index 0e830c4a..7c730639 100644
--- a/tests/set_graph_poly.ttl
+++ b/tests/set_graph_poly.ttl
@@ -3,15 +3,13 @@
@prefix patch: <http://lv2plug.in/ns/ext/patch#> .
<msg0>
- a patch:Put ;
+ a patch:Set ;
patch:subject <ingen:/graph/> ;
- patch:body [
- ingen:polyphony 4
- ] .
+ patch:property ingen:polyphony ;
+ patch:value 4 .
<msg1>
- a patch:Put ;
+ a patch:Set ;
patch:subject <ingen:/graph/> ;
- patch:body [
- ingen:polyphony 1
- ] .
+ patch:property ingen:polyphony ;
+ patch:value 1 .