[PR #166] [MERGED] Added another Unit Test #1020

Closed
opened 2026-02-27 15:52:49 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/quasar/Quasar/pull/166
Author: @yankejustin
Created: 5/23/2015
Status: Merged
Merged: 5/23/2015
Merged by: @MaxXor

Base: masterHead: UnitTests


📝 Commits (3)

  • 22f54b8 Merge pull request #8 from MaxXor/master
  • 5a0378f Removed useless test
  • 630b27b Added Unit Tests for SafeQuickLZ

📊 Changes

5 files changed (+267 additions, -23 deletions)

View changed files

📝 Client.Tests/Client.Tests.csproj (+4 -2)
Client.Tests/Core/Compression/SafeQuickLZ.Tests.cs (+131 -0)
Client.Tests/Core/Information/GeoIP.Tests.cs (+0 -21)
Server.Tests/Core/Compression/SafeQuickLZ.Tests.cs (+131 -0)
📝 Server.Tests/Server.Tests.csproj (+1 -0)

📄 Description

SafeQuickLZ Unit Test

- Verifies output for the round-trip using a small amount of random data for Level 1 & 3 compression. - Verifies output for the round-trip using a large amount of random data for Level 1 & 3 compression.

🔄 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/quasar/Quasar/pull/166 **Author:** [@yankejustin](https://github.com/yankejustin) **Created:** 5/23/2015 **Status:** ✅ Merged **Merged:** 5/23/2015 **Merged by:** [@MaxXor](https://github.com/MaxXor) **Base:** `master` ← **Head:** `UnitTests` --- ### 📝 Commits (3) - [`22f54b8`](https://github.com/quasar/Quasar/commit/22f54b825012ff1418944aacacae116d9787f3b1) Merge pull request #8 from MaxXor/master - [`5a0378f`](https://github.com/quasar/Quasar/commit/5a0378f2f2b978485929d24c50fa972495abdc5e) Removed useless test - [`630b27b`](https://github.com/quasar/Quasar/commit/630b27bde3785adc604567325dc99a9d53907b21) Added Unit Tests for SafeQuickLZ ### 📊 Changes **5 files changed** (+267 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `Client.Tests/Client.Tests.csproj` (+4 -2) ➕ `Client.Tests/Core/Compression/SafeQuickLZ.Tests.cs` (+131 -0) ➖ `Client.Tests/Core/Information/GeoIP.Tests.cs` (+0 -21) ➕ `Server.Tests/Core/Compression/SafeQuickLZ.Tests.cs` (+131 -0) 📝 `Server.Tests/Server.Tests.csproj` (+1 -0) </details> ### 📄 Description <h1>SafeQuickLZ Unit Test</h1> - Verifies output for the round-trip using a small amount of random data for Level 1 & 3 compression. - Verifies output for the round-trip using a large amount of random data for Level 1 & 3 compression. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:52:49 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Quasar#1020
No description provided.