Skip to content

Commit 83f5f2c

Browse files
committed
Add missing_flag.ogg to our corrupt ogg file tests
This file was pulled from PR#15. It looks like this issue might have been fixed in PR#28 by @hwahrmann
1 parent 24c938a commit 83f5f2c

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

src/TaglibSharp.Tests/FileFormats/OggFormatTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ public void WriteStandardPicturesLazy ()
6565
public void TestCorruptionResistance ()
6666
{
6767
StandardTests.TestCorruptionResistance (TestPath.Samples + "corrupt/a.ogg");
68+
StandardTests.TestCorruptionResistance (TestPath.Samples + "corrupt/missing_flag.ogg");
6869
}
6970
}
7071
}
Binary file not shown.

0 commit comments

Comments
 (0)