From d0d2c13f9a86238cdb6235ac858e51a2469d0ed3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 3 Mar 2012 21:13:53 +0000 Subject: Use a fully-fledged Atom serialisation API for state saving. Add lilv_state_to_string(). git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4018 a436a847-0d15-0410-975c-d299462d15a1 --- test/test_plugin.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test/test_plugin.c') diff --git a/test/test_plugin.c b/test/test_plugin.c index ea6d154..d125a7f 100644 --- a/test/test_plugin.c +++ b/test/test_plugin.c @@ -222,9 +222,7 @@ save(LV2_Handle instance, map_uri(plugin, NS_ATOM "Bool"), LV2_STATE_IS_POD | LV2_STATE_IS_PORTABLE); - const uint8_t blob[] = "This is a bunch of data that happens to be text" - " but could really be anything at all, lest you feel like cramming" - " all sorts of ridiculous binary stuff in Turtle"; + const uint8_t blob[] = "I am a blob of arbitrary data."; store(callback_data, map_uri(plugin, "http://example.org/blob"), blob, -- cgit v1.2.1