win_shortcut: Add missing $check_mode definition + bugfix + tests (#20911)

* win_shortcut: Add missing $check_mode definition

For some reason this entry was missing, possible a merge-conflict gone
wrong :-(

* Added integration tests and bugfix

Add missing changes.
This commit is contained in:
Dag Wieers
2017-02-02 10:29:56 +01:00
committed by John R Barker
parent afe29977cb
commit 3dbce15ccb
4 changed files with 167 additions and 0 deletions

View File

@@ -11,3 +11,4 @@
- { role: win_msi, tags: test_win_msi }
- { role: win_package, tags: test_win_package }
- { role: win_path, tags: test_win_path }
- { role: win_shortcut, tags: test_win_shortcut }