]> WPIA git - cassiopeia.git/commitdiff
Merge "add: handle the 'noOCSP' feature in the include section"
authorBenny Baumann <BenBE1987@gmx.net>
Sat, 3 Jun 2017 19:44:25 +0000 (21:44 +0200)
committerGerrit Code Review <gigi-system@dogcraft.de>
Sat, 3 Jun 2017 19:44:25 +0000 (21:44 +0200)
test/src/CRL.cpp

index 69091ae487e2c771689461bc021bd6fa049c98d0..c25513e406c7c66f9df365a3fe303c42efe22c1e 100644 (file)
@@ -9,7 +9,7 @@
 extern std::unordered_map<std::string, std::shared_ptr<CAConfig>> CAs;
 
 BOOST_AUTO_TEST_SUITE( TestCRL )
-BOOST_AUTO_TEST_CASE( SeperateSignature ) {
+BOOST_AUTO_TEST_CASE( SeparateSignature ) {
     parseProfiles();
     std::shared_ptr<CAConfig> ca = CAs.at( "unassured_2015_2" );