Skip to content

Commit

Permalink
fix issue in Oodle decompress (by @SL-x-TnT)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiqan committed Nov 4, 2022
1 parent 2ab7ec5 commit 236fbfb
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 62 deletions.
Binary file not shown.
1 change: 1 addition & 0 deletions src/OozSharp.Test/DecompressTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ public class DecompressTest
{
[Theory]
[InlineData(@"CompressedChunk/mermaid-fortnite.dump", 405273)]
[InlineData(@"CompressedChunk/mermaid-fortnite2.dump", 262151)]
public void MermaidTest(string data, int expectedSize)
{
using var stream = File.Open(data, FileMode.Open, FileAccess.Read, FileShare.ReadWrite);
Expand Down
3 changes: 3 additions & 0 deletions src/OozSharp.Test/OozSharp.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
<None Update="CompressedChunk\mermaid-fortnite.dump">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="CompressedChunk\mermaid-fortnite2.dump">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>

</Project>
Loading

0 comments on commit 236fbfb

Please sign in to comment.