ModernUO/Projects/Server.Tests
Kamron Batman d3176edfdf
test(network): trim huffman guards to the known-answer vector
The prefix-free structural check did its job finding the bug, but the table is
now verified against all 34 revisions in history and is effectively frozen --
it was guarding a constant. The StatLockInfo vector is a strict subset of the
all-symbols vector.

Keeps the one test covering the risk that's still live: a future rewrite of
Compress (hand-unrolled bit packing) silently corrupting the wire format. Pins
all 256 table entries plus the terminal code, and runs in ~10ms.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-14 09:23:40 -07:00
..
Fixtures fix(tests): single shared bootstrap; idempotent SerializationThreadWorker.Exit (#2473) 2026-06-07 12:36:37 -07:00
Helpers feat: Implements passive Detect Hidden mechanics (#2342) 2026-02-28 11:24:49 -08:00
Tests test(network): trim huffman guards to the known-answer vector 2026-07-14 09:23:40 -07:00
Server.Tests.csproj fix: Bumps dependencies. Adds Server 2012/2016 support. (#2509) 2026-07-02 19:29:34 -07:00