aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2018-10-18 02:47:47 +0200
committerTeddy Wing2018-10-18 02:47:47 +0200
commit72b7f6fb839e8ce5ce208a14534e3f79d2ae6904 (patch)
tree9e0961423b527c9fb00395873cf71f27ac882ffb
parent5a3d4af41cf47052c28ce85a6d3f301c6ac5278b (diff)
downloaddome-key-map-72b7f6fb839e8ce5ce208a14534e3f79d2ae6904.tar.bz2
Rename and ignore `dktest` test
Get rid of the temporary name and give it a more permanent one. I had actually written this test thinking it would be temporary and that I would remove it later. Since it will actually launch iTunes by default due to RCD, this test shouldn't be in the normal suite. However, it seemed like it would be useful to keep it around in case, so leaving it with an ignore skip.
-rw-r--r--src/key_code.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/key_code.rs b/src/key_code.rs
index 0f74d4d..53d596d 100644
--- a/src/key_code.rs
+++ b/src/key_code.rs
@@ -43,7 +43,8 @@ mod tests {
use super::*;
#[test]
- fn dktest() {
+ #[ignore]
+ fn dkess_press_key_presses_play_key() {
use core_graphics::event::CGEventFlags;
unsafe {