mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Change creating shortcut verb to 'Link' [Bug #3339]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29399 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6733064329
commit
4ad4083b16
1 changed files with 5 additions and 0 deletions
|
@ -62,7 +62,12 @@ if defined?(WIN32OLE)
|
|||
def test_invokeverb
|
||||
# this test should run only when "Create Shortcut (&S)"
|
||||
# is found in context menu,
|
||||
|
||||
# in Windows Vista (not tested), Windows 7
|
||||
# The verb must be in English.
|
||||
# Creating Shortcut is "Link"
|
||||
if @shortcut
|
||||
@shortcut = "Link"
|
||||
links = find_link(@dummy_path)
|
||||
assert_equal(0, links.size)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue