mirror of
				https://github.com/PurpleI2P/i2pd.git
				synced 2025-11-04 08:30:46 +00:00 
			
		
		
		
	Fixed tests after introducing util/.
This commit is contained in:
		
							parent
							
								
									89d3d17b28
								
							
						
					
					
						commit
						9e5c33bce7
					
				
					 3 changed files with 5 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -1,11 +1,11 @@
 | 
			
		|||
#define BOOST_TEST_DYN_LINK
 | 
			
		||||
 | 
			
		||||
#include <boost/test/unit_test.hpp>
 | 
			
		||||
#include "../Identity.h"
 | 
			
		||||
#include "util/base64.h"
 | 
			
		||||
 | 
			
		||||
BOOST_AUTO_TEST_SUITE(DataTests)
 | 
			
		||||
BOOST_AUTO_TEST_SUITE(Base64and32Tests)
 | 
			
		||||
 | 
			
		||||
using namespace i2p::data;
 | 
			
		||||
using namespace i2p::util;
 | 
			
		||||
 | 
			
		||||
BOOST_AUTO_TEST_CASE(Base64EncodeEmpty)
 | 
			
		||||
{
 | 
			
		||||
| 
						 | 
				
			
			@ -1,5 +1,5 @@
 | 
			
		|||
#include <boost/test/unit_test.hpp>
 | 
			
		||||
#include "../util.h"
 | 
			
		||||
#include "util/util.h"
 | 
			
		||||
 | 
			
		||||
BOOST_AUTO_TEST_SUITE(UtilityTests)
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue