summaryrefslogtreecommitdiff
path: root/tests/uri-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/uri-test.c')
-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);