tagparser/tests
Martchus 6f2dcdc2d9 Fix leaking memory or file handles in StreamDataBlock descendants
StreamDataBlock needs a virtual d'tor since it is supposed to
be subclassed but the d'tor will be called on the base type.

The leaking file handles were observed by invoking the tests
with strace, eg.:
strace -e trace=file,close ./tagparser_tests
2018-08-11 23:12:12 +02:00
..
cppunit.cpp parsing AVC config 2016-02-17 20:19:05 +01:00
helper.cpp Apply clang-format 2018-03-07 01:17:50 +01:00
helper.h Improve test output for TagValues 2018-03-11 22:24:57 +01:00
mediafileinfo.cpp Fix 2 refs in documentation 2018-06-03 21:00:49 +02:00
overall.h Preserve multiple strings in ID3v2 text frames 2018-07-12 12:34:38 +02:00
overallflac.cpp Don't check encoder version for test file generated with ffmpeg 2018-07-11 12:00:53 +02:00
overallgeneral.cpp Don't generate testfiles during testrun 2018-07-11 12:02:30 +02:00
overallmkv.cpp Fix leaking memory or file handles in StreamDataBlock descendants 2018-08-11 23:12:12 +02:00
overallmp3.cpp Adjust values()/setValues() to handle multiple values per text frame 2018-07-12 12:34:38 +02:00
overallmp4.cpp Test tagging recoding from Android camera app 2018-07-09 16:03:26 +02:00
overallogg.cpp Use CPPUNIT_ASSERT_EQUAL in tests where possible 2018-04-30 19:00:22 +02:00
tagvalue.cpp Fix 2 refs in documentation 2018-06-03 21:00:49 +02:00
testfilecheck.cpp Test tagging recoding from Android camera app 2018-07-09 16:03:26 +02:00
utils.cpp Fix typo occured -> occurred 2018-07-23 14:44:06 +02:00