projects
/
qmk_firmware.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41efcd6
)
Reference issue #1477 from the unit tests
author
Fred Sundvik
<fsundvik@gmail.com>
Sat, 8 Jul 2017 16:34:51 +0000
(19:34 +0300)
committer
Jack Humbert
<jack.humb@gmail.com>
Sun, 9 Jul 2017 01:59:51 +0000
(21:59 -0400)
tests/basic/test_macro.cpp
patch
|
blob
|
history
diff --git
a/tests/basic/test_macro.cpp
b/tests/basic/test_macro.cpp
index 56ee5ad3e8c7e17a619c75ec96e8a6e62336121e..80676d515319cf0f3420243d394585a1d49c788d 100644
(file)
--- a/
tests/basic/test_macro.cpp
+++ b/
tests/basic/test_macro.cpp
@@
-69,9
+69,11
@@
TEST_F(Macro, PlayASimpleMacro) {
.AT_TIME(100);
EXPECT_CALL(driver, send_keyboard_mock(KeyboardReport(KC_O)))
// BUG: The timer should not really have advanced 10 ms here
+ // See issue #1477
.AT_TIME(110);
EXPECT_CALL(driver, send_keyboard_mock(KeyboardReport()))
// BUG: The timer should not advance on both keydown and key-up
+ // See issue #1477
.AT_TIME(120);
EXPECT_CALL(driver, send_keyboard_mock(KeyboardReport(KC_R)))
.AT_TIME(130);