From 0f09803ba95bcdfebf4bde509b43b3ca52cd9d3f Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 7 Jun 2011 11:46:14 +0000 Subject: Fix compiler warnings. --- tests/uri-test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/uri-test.c b/tests/uri-test.c index d26e090..100df31 100644 --- a/tests/uri-test.c +++ b/tests/uri-test.c @@ -322,6 +322,7 @@ test_uri_build_empty (CuTest *tc) CuAssertPtrNotNull (tc, uri); ret = p11_kit_uri_format (uri, P11_KIT_URI_FOR_ANY, &string); + CuAssertIntEquals (tc, P11_KIT_URI_OK, ret); CuAssertStrEquals (tc, "pkcs11:", string); free (string); -- cgit v1.1