test: replace campaign labels with behavior names
This commit is contained in:
parent
e6fab96f12
commit
9c6b143a03
30 changed files with 135 additions and 97 deletions
|
|
@ -101,7 +101,7 @@ public class KeyBindingsTests
|
|||
[Fact]
|
||||
public void AcdreamCurrentDefaults_binds_shift_as_hold_for_run()
|
||||
{
|
||||
// K.1b: when ShiftLeft is held the OS keyboard delivers
|
||||
// When ShiftLeft is held the OS keyboard delivers
|
||||
// CurrentModifiers=Shift, so the chord must be (ShiftLeft, Shift).
|
||||
// Lookup with the matching modifier mask succeeds.
|
||||
var b = KeyBindings.AcdreamCurrentDefaults();
|
||||
|
|
@ -111,11 +111,11 @@ public class KeyBindingsTests
|
|||
}
|
||||
|
||||
[Fact]
|
||||
public void RetailDefaults_diverges_from_AcdreamCurrentDefaults_in_K1c()
|
||||
public void RetailDefaults_differs_from_legacy_AcdreamCurrentDefaults()
|
||||
{
|
||||
// K.1c flips RetailDefaults() to the retail-faithful preset.
|
||||
// The acdream-current map remains accessible (for tests pinning
|
||||
// the older WASD-only behavior), but RetailDefaults is now the
|
||||
// RetailDefaults is the retail-faithful preset. The acdream-current
|
||||
// map remains accessible for tests pinning the older WASD-only
|
||||
// behavior, but RetailDefaults is now the
|
||||
// canonical startup source. The two MUST differ — at minimum
|
||||
// RetailDefaults binds X to Backup (retail) where AcdreamCurrent
|
||||
// bound X to StrafeRight, and RetailDefaults binds Tab to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue