summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-03-19 13:43:08 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-03-19 13:43:08 +0100
commitd65f8540d02362a3102d8160f1f1d43deb032c7e (patch)
treebf54604441f4aedca2b4d8866423f3b04f8fbd84
parentf5ba2f41c2d87a1e7cf2f69fba878f281edf2e29 (diff)
downloadgnutls-d65f8540d02362a3102d8160f1f1d43deb032c7e.tar.gz
x509-extensions test will fail if an unhandled extension is found.
-rw-r--r--tests/x509-extensions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/x509-extensions.c b/tests/x509-extensions.c
index 9b8356ed4d..134ea84617 100644
--- a/tests/x509-extensions.c
+++ b/tests/x509-extensions.c
@@ -692,7 +692,7 @@ void doit(void)
/* find the handler for this extension and run it */
for (j=0;;j++) {
if (handlers[j].oid == NULL) {
-// fail("could not find handler for extension %s\n", oid);
+ fail("could not find handler for extension %s\n", oid);
break;
}