diff options
author | Jack Lloyd <[email protected]> | 2018-02-02 11:41:08 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-02-02 11:41:08 -0500 |
commit | 0d63e98483e304a385013a4568312ab94dff3822 (patch) | |
tree | fccbd84f29626d246b5dd0787625e0fec831d9db /src/tests | |
parent | da288ccb4bb1bb6a95fdbf59bc0f31266a1e2bef (diff) |
Move bundledcertdir to x509/misc
Diffstat (limited to 'src/tests')
-rw-r--r-- | src/tests/data/x509/misc/bundledcertdir/ValidCert.pem (renamed from src/tests/data/x509/x509test/bundledcertdir/ValidCert.pem) | 0 | ||||
-rw-r--r-- | src/tests/test_certstor.cpp | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/data/x509/x509test/bundledcertdir/ValidCert.pem b/src/tests/data/x509/misc/bundledcertdir/ValidCert.pem index 204789966..204789966 100644 --- a/src/tests/data/x509/x509test/bundledcertdir/ValidCert.pem +++ b/src/tests/data/x509/misc/bundledcertdir/ValidCert.pem diff --git a/src/tests/test_certstor.cpp b/src/tests/test_certstor.cpp index 582c54050..26c1b26d1 100644 --- a/src/tests/test_certstor.cpp +++ b/src/tests/test_certstor.cpp @@ -334,7 +334,7 @@ Test::Result test_certstor_load_allcert() Test::Result result("Certificate Store - Load every cert of every files"); // test_dir_bundled dir should contain only one file with 2 certificates // concatenated (ValidCert and root) - const std::string test_dir_bundled = Test::data_dir() + "/x509/x509test/bundledcertdir"; + const std::string test_dir_bundled = Test::data_dir() + "/x509/misc/bundledcertdir"; try { |