test(QMCv2): add test data & case "mgg_map"

This commit is contained in:
MengYX
2021-12-14 02:56:33 +08:00
parent 7cc7aa19fd
commit 7755d47f7a
7 changed files with 35 additions and 18 deletions

View File

@@ -33,6 +33,7 @@ func TestMflac0Decoder_Read(t *testing.T) {
}{
{"mflac0_rc4", false},
{"mflac_map", false},
{"mgg_map", false},
{"qmc0_static", false},
}
@@ -69,6 +70,7 @@ func TestMflac0Decoder_Validate(t *testing.T) {
}{
{"mflac0_rc4", ".flac", false},
{"mflac_map", ".flac", false},
{"mgg_map", ".ogg", false},
{"qmc0_static", ".mp3", false},
}