test: finish diagnostic classification

This commit is contained in:
Erik 2026-08-18 13:41:17 +02:00
parent a8cd3e2da2
commit 631ecd24e3
17 changed files with 28 additions and 3 deletions

View file

@ -767,7 +767,7 @@ public sealed class ClientObjectTableTests
}
/// <summary>
/// SCRATCH G4 reproduction: a vendor BUY's real wire shape is a fresh
/// A vendor BUY's real wire shape is a fresh
/// CreateObject (a BRAND NEW guid our client has never seen before —
/// ACE's Player_Commerce.cs FinalizeBuyTransaction/ItemProfileToWorldObjects
/// mints a new WorldObject for common stock, distinct from the shop-list
@ -783,7 +783,7 @@ public sealed class ClientObjectTableTests
/// object FIRST) already proves.
/// </summary>
[Fact]
public void SCRATCH_BuyShapedFreshGuidCreateObjectThenContainId_FinalOrder()
public void BuyShapedFreshGuidCreateThenPlacementZeroEcho_InsertsAtRetailListHead()
{
var table = new ClientObjectTable();
const uint pack = 0x50000001u;