diff options
| author | Teddy Wing | 2018-10-18 02:47:47 +0200 |
|---|---|---|
| committer | Teddy Wing | 2018-10-18 02:47:47 +0200 |
| commit | 72b7f6fb839e8ce5ce208a14534e3f79d2ae6904 (patch) | |
| tree | 9e0961423b527c9fb00395873cf71f27ac882ffb | |
| parent | 5a3d4af41cf47052c28ce85a6d3f301c6ac5278b (diff) | |
| download | dome-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.rs | 3 |
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 { |
