summaryrefslogtreecommitdiffstats
path: root/test/test_port.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_port.c')
-rw-r--r--test/test_port.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/test_port.c b/test/test_port.c
index 2c9db2f..3ea0abc 100644
--- a/test/test_port.c
+++ b/test/test_port.c
@@ -80,10 +80,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, "port.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);