mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 12:10:06 +00:00 
			
		
		
		
	AR2V file should be in wsr88d, not in RPG subdirectory
This commit is contained in:
		
							parent
							
								
									85ccd25705
								
							
						
					
					
						commit
						f36d57b71d
					
				
					 6 changed files with 21 additions and 24 deletions
				
			
		|  | @ -1,26 +0,0 @@ | |||
| #include <scwx/wsr88d/rpg/ar2v_file.hpp> | ||||
| 
 | ||||
| #include <fstream> | ||||
| 
 | ||||
| #include <gtest/gtest.h> | ||||
| 
 | ||||
| namespace scwx | ||||
| { | ||||
| namespace wsr88d | ||||
| { | ||||
| namespace rpg | ||||
| { | ||||
| 
 | ||||
| TEST(ar2v_file, klsx) | ||||
| { | ||||
|    Ar2vFile file; | ||||
|    bool     fileValid = | ||||
|       file.LoadFile(std::string(SCWX_TEST_DATA_DIR) + | ||||
|                     "/nexrad/level2/Level2_KLSX_20210527_1757.ar2v"); | ||||
| 
 | ||||
|    EXPECT_EQ(fileValid, true); | ||||
| } | ||||
| 
 | ||||
| } // namespace rpg
 | ||||
| } // namespace wsr88d
 | ||||
| } // namespace scwx
 | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat