You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: ATL.unit-test/IO/MetaData/Vorbis_OGG.cs
+2-2
Original file line number
Diff line number
Diff line change
@@ -275,7 +275,7 @@ public void TagIO_RW_VorbisOGG_Empty(Stream stream)
275
275
theTag.Comment="This is a test";
276
276
theTag.Date=DateTime.Parse("2008/01/01");// <-- TODO : this field is _not_ valued when passing through Track + beware of alternate formattings depending on the format
277
277
theTag.Genre="Merengue";
278
-
theTag.TrackNumber=1;
278
+
theTag.TrackNumber="1";
279
279
theTag.TrackTotal=2;
280
280
theTag.DiscNumber=3;
281
281
theTag.DiscTotal=4;
@@ -299,7 +299,7 @@ public void TagIO_RW_VorbisOGG_Empty(Stream stream)
299
299
Assert.AreEqual("This is a test",theFile.NativeTag.Comment);
0 commit comments