From b3af79eaffcf272df7327d2e23cba8b60acea792 Mon Sep 17 00:00:00 2001 From: Fred Sundvik Date: Sat, 8 Jul 2017 19:34:51 +0300 Subject: Reference issue #1477 from the unit tests --- tests/basic/test_macro.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/basic/test_macro.cpp b/tests/basic/test_macro.cpp index 56ee5ad3e..80676d515 100644 --- 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); -- cgit v1.2.3-24-g4f1b