diff options
author | René Meusel <[email protected]> | 2017-11-10 10:04:05 +0100 |
---|---|---|
committer | René Meusel <[email protected]> | 2017-11-10 10:51:30 +0100 |
commit | ba16efe696d181b0165e57f86cade99934aa788f (patch) | |
tree | e70dda7d11abd6683a9376c35930d23e1b68c2aa /src/tests | |
parent | c8dda8ace59fc67704833d32d5fa97b073829726 (diff) |
rename cert containing UTF8String consistently
Diffstat (limited to 'src/tests')
-rw-r--r-- | src/tests/data/x509test/contains_utf8string.pem (renamed from src/tests/data/x509test/cyrillic.pem) | 0 | ||||
-rw-r--r-- | src/tests/unit_x509.cpp | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/data/x509test/cyrillic.pem b/src/tests/data/x509test/contains_utf8string.pem index ddcd4b046..ddcd4b046 100644 --- a/src/tests/data/x509test/cyrillic.pem +++ b/src/tests/data/x509test/contains_utf8string.pem diff --git a/src/tests/unit_x509.cpp b/src/tests/unit_x509.cpp index e12f7773e..d635f7fe1 100644 --- a/src/tests/unit_x509.cpp +++ b/src/tests/unit_x509.cpp @@ -364,7 +364,7 @@ Test::Result test_x509_utf8() try { - Botan::X509_Certificate utf8_cert(Test::data_file("x509test/cyrillic.pem")); + Botan::X509_Certificate utf8_cert(Test::data_file("x509test/contains_utf8string.pem")); // UTF-8 encoded fields of test certificate (contains cyrillic letters) const std::string organization = |