I also simplified the Redial test suite sketch to make it easier to read. Signed-off-by: Michael Richters <gedankenexperimenter@gmail.com>pull/987/head
parent
10ebb0c942
commit
46736361b8
@ -1,74 +1,105 @@
|
||||
VERSION 1
|
||||
|
||||
KEYSWITCH Redial 0 9
|
||||
KEYSWITCH A 2 1
|
||||
KEYSWITCH X 3 2
|
||||
KEYSWITCH Redial 0 1
|
||||
KEYSWITCH A 0 0
|
||||
KEYSWITCH X 0 2
|
||||
|
||||
# ==============================================================================
|
||||
NAME Redial with no prior keypress
|
||||
|
||||
RUN 10 ms
|
||||
|
||||
RUN 5 ms
|
||||
PRESS Redial
|
||||
|
||||
RUN 25ms
|
||||
|
||||
RELEASE Redial
|
||||
|
||||
RUN 10 ms
|
||||
|
||||
RELEASE Redial
|
||||
RUN 5 ms
|
||||
EXPECT no keyboard-reports # There should be no HID report without a prior keypress"
|
||||
|
||||
|
||||
# ==============================================================================
|
||||
NAME RedialFirstKey
|
||||
|
||||
RUN 10 ms
|
||||
RUN 5 ms
|
||||
PRESS A
|
||||
|
||||
RUN 1 cycle
|
||||
EXPECT keyboard-report Key_A # Report should contain only an A
|
||||
|
||||
RUN 25 ms
|
||||
RUN 10 ms
|
||||
RELEASE A
|
||||
|
||||
RUN 1 cycle
|
||||
EXPECT keyboard-report empty # Report should be empty
|
||||
|
||||
RUN 10ms
|
||||
RUN 10 ms
|
||||
PRESS Redial
|
||||
|
||||
RUN 1 cycle
|
||||
EXPECT keyboard-report Key_A # Report should contain only an A
|
||||
|
||||
RUN 25 ms
|
||||
RUN 10 ms
|
||||
RELEASE Redial
|
||||
|
||||
RUN 1 cycle
|
||||
EXPECT keyboard-report empty # keyboard report should be empty
|
||||
|
||||
|
||||
|
||||
# ==============================================================================
|
||||
NAME Redial next key
|
||||
|
||||
RUN 10 ms
|
||||
PRESS X
|
||||
|
||||
RUN 1 cycle
|
||||
EXPECT keyboard-report Key_X # Report should contain only an X
|
||||
|
||||
RUN 25 ms
|
||||
RUN 10 ms
|
||||
RELEASE X
|
||||
RUN 1 cycle
|
||||
EXPECT keyboard-report empty # keyboard report should be empty
|
||||
|
||||
RUN 10 ms
|
||||
PRESS Redial
|
||||
RUN 1 cycle
|
||||
EXPECT keyboard-report Key_X # Report should contain only an X
|
||||
|
||||
RUN 10 ms
|
||||
RELEASE Redial
|
||||
RUN 1 cycle
|
||||
EXPECT keyboard-report empty # keyboard report should be empty
|
||||
|
||||
# ==============================================================================
|
||||
NAME Redial rollover
|
||||
|
||||
RUN 10 ms
|
||||
PRESS A
|
||||
RUN 1 cycle
|
||||
EXPECT keyboard-report Key_A # Report should contain only an A
|
||||
|
||||
RUN 10 ms
|
||||
PRESS Redial
|
||||
RUN 1 cycle
|
||||
EXPECT keyboard-report empty # Report should be empty
|
||||
EXPECT keyboard-report Key_A # Report should contain only an A
|
||||
|
||||
RUN 10 ms
|
||||
RELEASE A
|
||||
|
||||
RUN 10 ms
|
||||
RELEASE Redial
|
||||
RUN 1 cycle
|
||||
EXPECT keyboard-report empty # keyboard report should be empty
|
||||
|
||||
# ==============================================================================
|
||||
NAME Redial rollover right to left
|
||||
|
||||
RUN 10 ms
|
||||
PRESS X
|
||||
RUN 1 cycle
|
||||
EXPECT keyboard-report Key_X # Report should contain only an X
|
||||
|
||||
RUN 25 ms
|
||||
RELEASE Redial
|
||||
RUN 10 ms
|
||||
PRESS Redial
|
||||
RUN 1 cycle
|
||||
EXPECT keyboard-report empty # Report should be empty
|
||||
EXPECT keyboard-report Key_X # Report should contain only an X
|
||||
|
||||
RUN 10 ms
|
||||
RELEASE X
|
||||
|
||||
RUN 10 ms
|
||||
RELEASE Redial
|
||||
RUN 1 cycle
|
||||
EXPECT keyboard-report empty # keyboard report should be empty
|
||||
|
Loading…
Reference in new issue