From 987fcef3f93fe06500b81da2706b358cff85d53a Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Mon, 21 Nov 2016 20:10:51 -0500 Subject: Add useful debugging output to path validation test --- src/tests/test_x509_path.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tests') diff --git a/src/tests/test_x509_path.cpp b/src/tests/test_x509_path.cpp index ae52de541..facebf139 100644 --- a/src/tests/test_x509_path.cpp +++ b/src/tests/test_x509_path.cpp @@ -93,7 +93,7 @@ class X509test_Path_Validation_Tests : public Test if(path_result.successful_validation() && path_result.trust_root() != root) path_result = Botan::Path_Validation_Result(Botan::Certificate_Status_Code::CANNOT_ESTABLISH_TRUST); - result.test_eq("validation result", path_result.result_string(), expected_result); + result.test_eq("test " + filename, path_result.result_string(), expected_result); results.push_back(result); } -- cgit v1.2.3