summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-07-07 15:39:15 -0400
committerDavid Robillard <d@drobilla.net>2022-08-17 23:34:55 -0400
commit35631bf2f2bdf1f5b00331f3ae148649472af1fd (patch)
tree23eff823053b7f229d5753963e2cf19de7e7522f /tests
parent5cb89d115fa03bcda9171d24a6cd2a525406f1a6 (diff)
downloadingen-35631bf2f2bdf1f5b00331f3ae148649472af1fd.tar.gz
ingen-35631bf2f2bdf1f5b00331f3ae148649472af1fd.tar.bz2
ingen-35631bf2f2bdf1f5b00331f3ae148649472af1fd.zip
Use eg-metro in tests instead of eg-sampler
This plugin doesn't have external dependencies (like libsndfile), so is more likely to be present.
Diffstat (limited to 'tests')
-rw-r--r--tests/connect_disconnect_node_patch.ttl6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/connect_disconnect_node_patch.ttl b/tests/connect_disconnect_node_patch.ttl
index 77ada2ad..373b5cbf 100644
--- a/tests/connect_disconnect_node_patch.ttl
+++ b/tests/connect_disconnect_node_patch.ttl
@@ -13,10 +13,10 @@
<msg1>
a patch:Put ;
- patch:subject <ingen:/main/sampler> ;
+ patch:subject <ingen:/main/metro> ;
patch:body [
a ingen:Block ;
- lv2:prototype <http://lv2plug.in/plugins/eg-sampler>
+ lv2:prototype <http://lv2plug.in/plugins/eg-metro>
] .
<msg2>
@@ -85,7 +85,7 @@
patch:body [
a ingen:Arc ;
ingen:tail <ingen:/main/control> ;
- ingen:head <ingen:/main/sampler/control>
+ ingen:head <ingen:/main/metro/control>
] .
<msg10>