1
0
Fork 0
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:
arton 2010-10-03 11:45:17 +00:00
parent 6733064329
commit 4ad4083b16

View file

@ -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)