mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #258] [MERGED] Add XZ tests #929
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/adamhathcock/sharpcompress/pull/258
Author: @sambott
Created: 6/11/2017
Status: ✅ Merged
Merged: 6/11/2017
Merged by: @adamhathcock
Base:
master← Head:add_xz_tests📝 Commits (2)
cb35b20tests added and converted to xunit568b2b3reordered two assertions📊 Changes
9 files changed (+424 additions, -0 deletions)
View changed files
📝
tests/SharpCompress.Test/SharpCompress.Test.csproj(+3 -0)➕
tests/SharpCompress.Test/Xz/Crc32Tests.cs(+32 -0)➕
tests/SharpCompress.Test/Xz/Crc64Tests.cs(+32 -0)➕
tests/SharpCompress.Test/Xz/Filters/Lzma2Tests.cs(+72 -0)➕
tests/SharpCompress.Test/Xz/XZBlockTests.cs(+73 -0)➕
tests/SharpCompress.Test/Xz/XZHeaderTests.cs(+78 -0)➕
tests/SharpCompress.Test/Xz/XZIndexTests.cs(+45 -0)➕
tests/SharpCompress.Test/Xz/XZStreamTests.cs(+20 -0)➕
tests/SharpCompress.Test/Xz/XZTestsBase.cs(+69 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.