taglib/tests
Robin Stocker 7279b4fb7b Don't duplicate from ID3v1 to ID3v2 when saving only ID3v2
When saving only v2 with stripOthers (which means stripping v1), the
data from v1 would still be duplicated to v2. Likewise for the other way
around.

This is not the expected outcome when e.g. a frame was removed in v2,
because it would be added again on save from the v1 data. The test shows
that.

This changes save to only duplicate the data when the other tag type
will not be stripped.
2012-06-10 18:53:25 +02:00
..
data Merge remote-tracking branch 'official/master' 2011-10-30 18:28:52 +01:00
CMakeLists.txt Merge branch 'master' of https://github.com/taglib/taglib 2011-06-24 23:59:11 +02:00
main.cpp Make it possible to generate an XML report 2012-01-14 10:16:54 +01:00
test_aiff.cpp Update the AIFF test 2011-02-25 19:43:25 +00:00
test_ape.cpp Moved APE test to correct place; added MOD tag test. 2012-02-25 18:46:19 +01:00
test_apetag.cpp Moved APE test to correct place; added MOD tag test. 2012-02-25 18:46:19 +01:00
test_asf.cpp Make it possible to run the test suite out of the source tree 2011-04-11 18:32:40 +02:00
test_bytevector.cpp ByteVector::replace: test shrinking 2011-08-06 19:43:17 +02:00
test_bytevectorlist.cpp Fix off-by-one error in ByteVectorList::split 2009-07-11 13:24:21 +00:00
test_bytevectorstream.cpp Add a ByteVector-backed stream class 2011-04-12 14:28:02 +02:00
test_fileref.cpp Remove the options to disable MP4/ASF support 2011-06-24 08:49:50 +02:00
test_flac.cpp fixed tests 2012-02-15 22:09:28 +01:00
test_flacpicture.cpp Full read/write support for FLAC pictures 2011-01-08 10:36:26 +00:00
test_flacunknownmetadatablock.cpp Work-in-progress support for writing FLAC picture 2010-11-28 12:54:52 +00:00
test_id3v1.cpp Add a CppUnit-based test suite (only very few things is covered for now, but it's a start). 2007-11-10 16:46:04 +00:00
test_id3v2.cpp Don't duplicate from ID3v1 to ID3v2 when saving only ID3v2 2012-06-10 18:53:25 +02:00
test_it.cpp IT: unit tests 2011-06-24 01:31:15 +02:00
test_list.cpp Add a CppUnit-based test suite (only very few things is covered for now, but it's a start). 2007-11-10 16:46:04 +00:00
test_map.cpp Add a CppUnit-based test suite (only very few things is covered for now, but it's a start). 2007-11-10 16:46:04 +00:00
test_mod.cpp Moved APE test to correct place; added MOD tag test. 2012-02-25 18:46:19 +01:00
test_mp4.cpp Support for reading ALAC audio properties 2011-06-09 18:41:43 +02:00
test_mp4coverart.cpp Support for MP4 cover art 2009-10-24 16:55:54 +00:00
test_mp4item.cpp Support for MP4 cover art 2009-10-24 16:55:54 +00:00
test_mpeg.cpp Make it possible to run the test suite out of the source tree 2011-04-11 18:32:40 +02:00
test_ogg.cpp Fix compilation errors 2012-03-17 10:45:52 +01:00
test_oggflac.cpp New utility class to make sure temporary files are always deleted 2009-11-02 19:53:15 +00:00
test_riff.cpp Fix writing of new RIFF chunks at even positions 2011-02-13 10:27:56 +00:00
test_s3m.cpp IT: strings require term. NUL. mod files: tableLength -> lengthInPatterns 2011-06-24 01:11:10 +02:00
test_string.cpp Fix upgrading of ID3v2.3 genre with number 0 (Blues) 2010-04-12 18:27:59 +00:00
test_synchdata.cpp Fix parsing of regular 32-bit integers in SynchData::toUInt() 2010-04-15 20:22:21 +00:00
test_trueaudio.cpp Make it possible to run the test suite out of the source tree 2011-04-11 18:32:40 +02:00
test_wav.cpp Detect RIFF files with invalid chunk sizes 2011-10-08 18:41:15 +02:00
test_wavpack.cpp Make it possible to run the test suite out of the source tree 2011-04-11 18:32:40 +02:00
test_xiphcomment.cpp Try to read track also from TRACKNUM and year from YEAR. 2009-07-11 13:17:06 +00:00
test_xm.cpp IT: strings require term. NUL. mod files: tableLength -> lengthInPatterns 2011-06-24 01:11:10 +02:00
utils.h fixed mod property names and added unit test for xm 2011-06-18 03:31:49 +02:00