mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 16:00:08 +00:00
Text product files
This commit is contained in:
parent
55d856a745
commit
e5c40b9eb5
7 changed files with 172 additions and 4 deletions
|
|
@ -7,12 +7,12 @@ namespace scwx
|
|||
namespace wsr88d
|
||||
{
|
||||
|
||||
class ValidFileTest :
|
||||
class Level3ValidFileTest :
|
||||
public testing::TestWithParam<std::pair<int16_t, std::string>>
|
||||
{
|
||||
};
|
||||
|
||||
TEST_P(ValidFileTest, ValidFile)
|
||||
TEST_P(Level3ValidFileTest, ValidFile)
|
||||
{
|
||||
Level3File file;
|
||||
|
||||
|
|
@ -31,7 +31,7 @@ TEST_P(ValidFileTest, ValidFile)
|
|||
|
||||
INSTANTIATE_TEST_SUITE_P(
|
||||
Level3File,
|
||||
ValidFileTest,
|
||||
Level3ValidFileTest,
|
||||
testing::Values(
|
||||
std::pair<int16_t, std::string> {2, "KLSX_NXUS63_GSMLSX_202112110238"},
|
||||
std::pair<int16_t, std::string> {19, "KLSX_SDUS53_N0RLSX_202105041639"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue