summaryrefslogtreecommitdiffstats
path: root/tests/set_graph_poly.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-07-30 08:31:54 -0400
committerDavid Robillard <d@drobilla.net>2016-07-30 08:31:54 -0400
commit59ec230f9812354b855ef5842c3362caa71e8fe0 (patch)
tree22a14c64d09f27fa6bb26a535a27389eaebcfc3a /tests/set_graph_poly.ttl
parent22e34e9132668b9b87a765c090ff86e449d01273 (diff)
downloadingen-59ec230f9812354b855ef5842c3362caa71e8fe0.tar.gz
ingen-59ec230f9812354b855ef5842c3362caa71e8fe0.tar.bz2
ingen-59ec230f9812354b855ef5842c3362caa71e8fe0.zip
Clean up tests
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 .