]> WPIA git - cassiopeia.git/blobdiff - test/src/CRL.cpp
fix testcases
[cassiopeia.git] / test / src / CRL.cpp
index f28ef1d379b0d069d77af54cf2d5aa28bf42d4ff..69091ae487e2c771689461bc021bd6fa049c98d0 100644 (file)
@@ -11,7 +11,7 @@ extern std::unordered_map<std::string, std::shared_ptr<CAConfig>> CAs;
 BOOST_AUTO_TEST_SUITE( TestCRL )
 BOOST_AUTO_TEST_CASE( SeperateSignature ) {
     parseProfiles();
-    std::shared_ptr<CAConfig> ca = CAs.at( "unassured" );
+    std::shared_ptr<CAConfig> ca = CAs.at( "unassured_2015_2" );
 
     CRL c( "" );
     c.sign( ca );