diff options
author | Erik de Castro Lopo <erikd@mega-nerd.com> | 2019-07-13 18:29:34 +1000 |
---|---|---|
committer | Erik de Castro Lopo <erikd@mega-nerd.com> | 2019-07-15 09:42:38 +1000 |
commit | 11461172290a5110e30928295f3379d6e424d1d8 (patch) | |
tree | e0d1b7a3f3f2a42139f095e2ccaa321bf440ad1b /test/metaflac-test-files/case44-expect.meta | |
parent | cd03042ea9a07429882f16e14a9695e77a2f059f (diff) | |
download | flac-11461172290a5110e30928295f3379d6e424d1d8.tar.gz |
test: Ignore varying length in metadata
The metadata test checked for specific lengths which change from 5 bytes for
something like "1.3.2" to 9 bytes for something like "1.3.3pre1".
Diffstat (limited to 'test/metaflac-test-files/case44-expect.meta')
-rw-r--r-- | test/metaflac-test-files/case44-expect.meta | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/metaflac-test-files/case44-expect.meta b/test/metaflac-test-files/case44-expect.meta index 229b4353..776daa5e 100644 --- a/test/metaflac-test-files/case44-expect.meta +++ b/test/metaflac-test-files/case44-expect.meta @@ -1,7 +1,7 @@ METADATA block #0 type: 0 (STREAMINFO) is last: false - length: 34 + length: XXX sample_rate: 8000 Hz channels: 1 bits-per-sample: 8 @@ -10,13 +10,13 @@ METADATA block #0 METADATA block #1 type: 3 (SEEKTABLE) is last: false - length: 18 + length: XXX seek points: 1 point 0: sample_number=0 METADATA block #2 type: 4 (VORBIS_COMMENT) is last: false - length: 117 + length: XXX comments: 4 comment[0]: f=0123456789abcdefghij comment[1]: TITLE=Tittle @@ -25,4 +25,4 @@ METADATA block #2 METADATA block #3 type: 1 (PADDING) is last: true - length: 672 + length: XXX |