[Spice-devel] [PATCH spice-common] test-ssl-verify: Improve subject_to_x509_name coverage

Frediano Ziglio fziglio at redhat.com
Wed Mar 13 12:20:22 UTC 2019


Check that attempting to quote an invalid character result in
a error.

Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
 tests/test-ssl-verify.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/test-ssl-verify.c b/tests/test-ssl-verify.c
index e307e3f..f5c5881 100644
--- a/tests/test-ssl-verify.c
+++ b/tests/test-ssl-verify.c
@@ -126,6 +126,7 @@ int main(int argc, char *argv[])
     TEST_SUCCESS(quote2, "\\\\=a", "\\:a");
     TEST_SUCCESS(quote3, "a=\\,b,c=d", "a:,b:c:d");
     TEST_ERROR(quote4, ",", "");
+    TEST_ERROR(quote5, "a\\w=x", "");
 
     TEST_ERROR(no_value1, "a", "");
     TEST_ERROR(no_value2, "a,b=c", "");
-- 
2.20.1



More information about the Spice-devel mailing list