Handle null level 2 metadata records

This commit is contained in:
Dan Paulat 2022-02-15 22:00:29 -06:00
parent 505b424de4
commit e237e086f0
3 changed files with 27 additions and 13 deletions

@ -1 +1 @@
Subproject commit 45539a5b0ecfc6baaaf7355b6b9542cc31ed9ecd
Subproject commit 29c40b6024935ac9e2c76bd092e2a1dd05c3f307

View file

@ -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