test: make prerequisite lanes fail honestly
This commit is contained in:
parent
dfc841b779
commit
6faeb4a103
113 changed files with 424 additions and 336 deletions
|
|
@ -35,7 +35,7 @@ public class CellTransitTests
|
|||
public void DeepInteriorSphere_NoStraddle_AddsNoOutdoorCells()
|
||||
{
|
||||
var datDir = ResolveDatDir();
|
||||
if (datDir is null) return;
|
||||
if (datDir is null) Assert.Fail("Lane=InstalledDat requires an installed retail DAT directory; see docs/release-gate.md.");
|
||||
|
||||
// Hydrate the cells in the portal chain.
|
||||
// 0xA9B4013F — deep interior cell (the old over-penetration tick)
|
||||
|
|
@ -72,7 +72,7 @@ public class CellTransitTests
|
|||
public void AlcoveSphere_StraddlesExitPortal_ReachesDoorOutdoorCell()
|
||||
{
|
||||
var datDir = ResolveDatDir();
|
||||
if (datDir is null) return;
|
||||
if (datDir is null) Assert.Fail("Lane=InstalledDat requires an installed retail DAT directory; see docs/release-gate.md.");
|
||||
|
||||
// The alcove cell 0xA9B40150 IS the cell with the exit portal, and
|
||||
// at this captured position the foot sphere straddles its plane
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue