acdream/tests/AcDream.Core.Tests/Terrain
Erik 57ee19968c fix(O-T7): actually delete SplitFormulaDivergenceTest (drop workaround)
The previous T7 commit (dc722e7) and the housekeeping commit (3e6f6ec)
together left the file in the tree with a <Compile Remove> guard in
the csproj. Per spec O-T7 and CLAUDE.md "no workarounds without
approval" the file was supposed to be git-rm'd outright.

This commit:
- git rm tests/AcDream.Core.Tests/Terrain/SplitFormulaDivergenceTest.cs
  (the one-time N.5b data-collection sweep — job done at Phase N.5b ship)
- Removes the now-unneeded <Compile Remove> guard from
  tests/AcDream.Core.Tests/AcDream.Core.Tests.csproj

Build green; tests green (1146 + 8 pre-existing failures baseline
maintained).

Spec: docs/superpowers/specs/2026-05-21-phase-o-dat-path-unification-design.md

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-21 17:30:30 +02:00
..
ClientConformanceTests.cs fix(terrain): align per-cell triangle geometry with ACE's ConstructPolygons convention 2026-04-21 13:20:59 +02:00
ClientReference.cs test: port ACME ClientReference + conformance tests 2026-04-12 22:45:20 +02:00
LandblockMeshTests.cs feat(core+app): per-cell terrain texture blending (Phase 3c.4) 2026-04-11 14:02:15 +02:00
TerrainBlendingTests.cs feat(core): terrain surface recipe + cell data packing (Phase 3c.3) 2026-04-11 13:53:32 +02:00
TerrainModernConformanceTests.cs fix(N.5b T7): tighten conformance sample upper bound to 191.975f 2026-05-09 08:59:01 +02:00
TerrainSlotAllocatorTests.cs phase(N.5b) Task 2: TerrainSlotAllocator + tests 2026-05-09 08:44:51 +02:00