summaryrefslogtreecommitdiffstats
path: root/test/test_ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_ui.c')
-rw-r--r--test/test_ui.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/test_ui.c b/test/test_ui.c
index e84b147..d14f54f 100644
--- a/test/test_ui.c
+++ b/test/test_ui.c
@@ -95,9 +95,13 @@ main(void)
LilvTestEnv* const env = lilv_test_env_new();
LilvWorld* const world = env->world;
- if (start_bundle(env, SIMPLE_MANIFEST_TTL, plugin_ttl)) {
+ if (create_bundle(env, "ui.lv2", SIMPLE_MANIFEST_TTL, plugin_ttl)) {
return 1;
}
+
+ lilv_world_load_specifications(env->world);
+ lilv_world_load_bundle(env->world, env->test_bundle_uri);
+
const LilvPlugins* plugins = lilv_world_get_all_plugins(world);
const LilvPlugin* plug = lilv_plugins_get_by_uri(plugins, env->plugin1_uri);
assert(plug);