mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 23:10:05 +00:00
Handle null level 2 metadata records
This commit is contained in:
parent
505b424de4
commit
e237e086f0
3 changed files with 27 additions and 13 deletions
|
|
@ -19,5 +19,15 @@ TEST(ar2v_file, klsx)
|
|||
EXPECT_EQ(fileValid, true);
|
||||
}
|
||||
|
||||
TEST(ar2v_file, tstl)
|
||||
{
|
||||
Ar2vFile file;
|
||||
bool fileValid =
|
||||
file.LoadFile(std::string(SCWX_TEST_DATA_DIR) +
|
||||
"/nexrad/level2/Level2_TSTL_20220213_2357.ar2v");
|
||||
|
||||
EXPECT_EQ(fileValid, true);
|
||||
}
|
||||
|
||||
} // namespace wsr88d
|
||||
} // namespace scwx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue