test: remove exact duplicate coverage

This commit is contained in:
Erik 2026-08-18 12:36:41 +02:00
parent 9c6b143a03
commit 5fa9933636
7 changed files with 133 additions and 32 deletions

View file

@ -101,7 +101,6 @@ public class MotionCommandCatalogTests
[InlineData(0x0005, 0x45000005u)]
[InlineData(0x0007, 0x44000007u)]
[InlineData(0x000D, 0x6500000Du)]
[InlineData(0x0150, 0x10000150u)]
[InlineData(0x0153, 0x09000153u)] // NOT LifestoneRecall in 2013 numbering — anchor only.
public void Retail2013_AnchorValuesMatchExtractedTable(ushort wire, uint expected)
{

View file

@ -429,16 +429,6 @@ public sealed class MotionInterpreterDoMotionFamilyTests
// StopCompletely — 0x00527e40 @305208 (A9 verbatim quirk)
// =========================================================================
[Fact]
public void StopCompletely_NullPhysicsObj_Returns8()
{
var interp = new MotionInterpreter();
var result = interp.StopCompletely();
Assert.Equal(WeenieError.NoPhysicsObject, result);
}
[Fact]
public void StopCompletely_ZeroesForwardSidestepTurnCommands_OnBothStates()
{