1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-31 03:27:40 +01:00

Add an m4a to fileformats_test

This commit is contained in:
David Sansome 2010-06-10 12:38:26 +00:00
parent c466a7b7e7
commit b3fd856e4a
3 changed files with 2 additions and 1 deletions

BIN
tests/data/beep.m4a Normal file

Binary file not shown.

View File

@ -6,6 +6,7 @@
<file>beep.spx</file>
<file>beep.wav</file>
<file>beep.wma</file>
<file>beep.m4a</file>
<file>pls_one.pls</file>
<file>pls_somafm.pls</file>
<file>test.m3u</file>

View File

@ -108,6 +108,6 @@ TEST_P(FileformatsTest, GstCanDecode) {
}
INSTANTIATE_TEST_CASE_P(Formats, FileformatsTest, ::testing::Values(
"flac", "mp3", "ogg", "spx", "wav", "wma"));
"flac", "mp3", "ogg", "spx", "wav", "wma", "m4a"));
} // namespace