[前][次][番号順一覧][スレッド一覧]

ruby-changes:17394

From: arton <ko1@a...>
Date: Sun, 3 Oct 2010 20:45:27 +0900 (JST)
Subject: [ruby-changes:17394] Ruby:r29399 (trunk): Change creating shortcut verb to 'Link' [Bug #3339]

arton	2010-10-03 20:45:17 +0900 (Sun, 03 Oct 2010)

  New Revision: 29399

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=29399

  Log:
    Change creating shortcut verb to 'Link' [Bug #3339]

  Modified files:
    trunk/test/win32ole/test_folderitem2_invokeverb.rb

Index: test/win32ole/test_folderitem2_invokeverb.rb
===================================================================
--- test/win32ole/test_folderitem2_invokeverb.rb	(revision 29398)
+++ test/win32ole/test_folderitem2_invokeverb.rb	(revision 29399)
@@ -62,7 +62,12 @@
     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)
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]