From 48648e4330b224391307343198152cce4f446874 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 29 Jan 2015 22:49:40 +0000 Subject: Add lilv_file_uri_parse() for correct URI to path conversion. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5528 a436a847-0d15-0410-975c-d299462d15a1 --- test/lilv_test.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'test/lilv_test.c') diff --git a/test/lilv_test.c b/test/lilv_test.c index 6d652c1..a1b8f04 100644 --- a/test/lilv_test.c +++ b/test/lilv_test.c @@ -214,17 +214,6 @@ cleanup_uris(void) /*****************************************************************************/ -static int -test_utils(void) -{ - TEST_ASSERT(!strcmp(lilv_uri_to_path("file:///tmp/blah"), "/tmp/blah")); - TEST_ASSERT(!lilv_uri_to_path("file:/example.org/blah")); - TEST_ASSERT(!lilv_uri_to_path("http://example.org/blah")); - return 1; -} - -/*****************************************************************************/ - static int test_value(void) { @@ -1867,7 +1856,6 @@ test_string(void) /* add tests here */ static struct TestCase tests[] = { - TEST_CASE(utils), TEST_CASE(value), TEST_CASE(verify), TEST_CASE(no_verify), -- cgit v1.2.1