mediafile icon indicating copy to clipboard operation
mediafile copied to clipboard

Tests for saving ID3v2.3

Open JuniorJPDJ opened this issue 4 years ago • 2 comments

I think we should have some tests for this as It's supported but not checked if works. I'm pretty sure big part of multi-valued tags would fail and this should be only expected failure.

JuniorJPDJ avatar May 11 '21 18:05 JuniorJPDJ

That seems like a good idea. For exceptions, this seems straightforward. For other (non-failure) cases, would we just check "round-trip" preservation of data?

sampsyo avatar May 11 '21 19:05 sampsyo

I was thinking about using same test set as for other formats, just change saving to id3v2.3 for new "format". Would also need to set some failures as expected but it doesn't seem to hard to do.

JuniorJPDJ avatar May 21 '21 20:05 JuniorJPDJ