mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 07:15:59 +03:00
[PR #166] [MERGED] Added another Unit Test #1020
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#1020
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/quasar/Quasar/pull/166
Author: @yankejustin
Created: 5/23/2015
Status: ✅ Merged
Merged: 5/23/2015
Merged by: @MaxXor
Base:
master← Head:UnitTests📝 Commits (3)
22f54b8Merge pull request #8 from MaxXor/master5a0378fRemoved useless test630b27bAdded 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.