[PR #258] [MERGED] Add XZ tests #929

Open
opened 2026-01-29 22:18:15 +00:00 by claunia · 0 comments
Owner

📋 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: masterHead: add_xz_tests


📝 Commits (2)

  • cb35b20 tests added and converted to xunit
  • 568b2b3 reordered 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.

## 📋 Pull Request Information **Original PR:** https://github.com/adamhathcock/sharpcompress/pull/258 **Author:** [@sambott](https://github.com/sambott) **Created:** 6/11/2017 **Status:** ✅ Merged **Merged:** 6/11/2017 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `add_xz_tests` --- ### 📝 Commits (2) - [`cb35b20`](https://github.com/adamhathcock/sharpcompress/commit/cb35b20f957ba4a8819d230c334882440994ff84) tests added and converted to xunit - [`568b2b3`](https://github.com/adamhathcock/sharpcompress/commit/568b2b38aa3b1b1ac200edf62af62bd9fc80b4a6) reordered two assertions ### 📊 Changes **9 files changed** (+424 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 22:18:15 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#929