mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-10-31 07:13:03 +00:00 
			
		
		
		
	Adapt to new API
This commit is contained in:
		| @@ -84,7 +84,7 @@ TEST(GnssCryptoTest, VerifyPublicKeyStorage) | |||||||
|  |  | ||||||
|     ASSERT_TRUE(result); |     ASSERT_TRUE(result); | ||||||
|  |  | ||||||
|     auto d_crypto2 = std::make_unique<Gnss_Crypto>(f1, ""); |     auto d_crypto2 = std::make_unique<Gnss_Crypto>(f1, "", ""); | ||||||
|     bool result2 = d_crypto2->store_public_key(f2); |     bool result2 = d_crypto2->store_public_key(f2); | ||||||
|     ASSERT_TRUE(result2); |     ASSERT_TRUE(result2); | ||||||
|  |  | ||||||
|   | |||||||
| @@ -51,7 +51,7 @@ protected: | |||||||
|         // std::tm input_time = {0, 0, 5, 16, 8 - 1, 2023 - 1900, 0}; // conf. 1 |         // std::tm input_time = {0, 0, 5, 16, 8 - 1, 2023 - 1900, 0}; // conf. 1 | ||||||
|         std::tm input_time = {0, 0, 0, 27, 7 - 1, 2023 - 1900, 0};  // conf. 2 |         std::tm input_time = {0, 0, 0, 27, 7 - 1, 2023 - 1900, 0};  // conf. 2 | ||||||
|         set_time(input_time); |         set_time(input_time); | ||||||
|         osnma = osnma_msg_receiver_make("", ""); |         osnma = osnma_msg_receiver_make("", "", ""); | ||||||
|     } |     } | ||||||
| }; | }; | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Carles Fernandez
					Carles Fernandez