summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorStef Walter <stefw@collabora.co.uk>2011-06-07 11:46:14 +0000
committerStef Walter <stefw@collabora.co.uk>2011-06-07 11:46:14 +0000
commit0f09803ba95bcdfebf4bde509b43b3ca52cd9d3f (patch)
tree008ff1612f9387db9c3eaffb0af5d85734ad7ccd /tests
parenta5d3e34397d847a0c9b2e3aab7bd9f0b1080af05 (diff)
Fix compiler warnings.
Diffstat (limited to 'tests')
-rw-r--r--tests/uri-test.c1
1 files changed, 1 insertions, 0 deletions
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);