summaryrefslogtreecommitdiffstats
path: root/test/test_value.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_value.c')
-rw-r--r--test/test_value.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/test_value.c b/test/test_value.c
index e2a75cf..8061029 100644
--- a/test/test_value.c
+++ b/test/test_value.c
@@ -42,10 +42,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, "value.lv2", SIMPLE_MANIFEST_TTL, plugin_ttl)) {
return 1;
}
+ lilv_world_load_specifications(env->world);
+ lilv_world_load_bundle(env->world, env->test_bundle_uri);
+
LilvNode* uval = lilv_new_uri(world, "http://example.org");
LilvNode* sval = lilv_new_string(world, "Foo");
LilvNode* ival = lilv_new_int(world, 42);