Commit 9656d34
committed
Fix DFF round-trip test to use ID3v2 builder
The MinimalFile_PreservesStructure test was using CreateWithMetadata
(DITI/DIAR native chunks) but asserting on Id3v2Tag. Since DFF Render()
only writes ID3v2 tags, use CreateWithId3v2 for proper round-trip testing.1 parent 91461f5 commit 9656d34
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments