ruby-changes:70829
From: Hiroshi <ko1@a...>
Date: Wed, 12 Jan 2022 10:51:00 +0900 (JST)
Subject: [ruby-changes:70829] 8ccbca2623 (master): [ruby/win32ole] Use omit() for skip()
https://git.ruby-lang.org/ruby.git/commit/?id=8ccbca2623 From 8ccbca262352f282c9d8a06538cfe2dd20c31410 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Tue, 11 Jan 2022 21:34:48 +0900 Subject: [ruby/win32ole] Use omit() for skip() https://github.com/ruby/win32ole/commit/2d5dc47ed4 --- test/win32ole/test_win32ole_variant.rb | 2 +- test/win32ole/test_win32ole_variant_outarg.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/win32ole/test_win32ole_variant.rb b/test/win32ole/test_win32ole_variant.rb index 390534b5e10..1cedf55ef3b 100644 --- a/test/win32ole/test_win32ole_variant.rb +++ b/test/win32ole/test_win32ole_variant.rb @@ -434,7 +434,7 @@ if defined?(WIN32OLE_VARIANT) https://github.com/ruby/ruby/blob/trunk/test/win32ole/test_win32ole_variant.rb#L434 begin WIN32OLE.locale = 0x0411 # set locale Japanese rescue WIN32OLERuntimeError - skip("Japanese locale is not installed") + omit("Japanese locale is not installed") end if WIN32OLE.locale == 0x0411 obj = WIN32OLE_VARIANT.new("\\10,000", WIN32OLE::VARIANT::VT_CY) diff --git a/test/win32ole/test_win32ole_variant_outarg.rb b/test/win32ole/test_win32ole_variant_outarg.rb index aa5793b84cb..f50b04aaf55 100644 --- a/test/win32ole/test_win32ole_variant_outarg.rb +++ b/test/win32ole/test_win32ole_variant_outarg.rb @@ -42,7 +42,7 @@ if defined?(WIN32OLE_VARIANT) https://github.com/ruby/ruby/blob/trunk/test/win32ole/test_win32ole_variant_outarg.rb#L42 def test_variant_ref_and_argv if !ado_csv_installed? - skip("ActiveX Data Object Library not found") + omit("ActiveX Data Object Library not found") end sql = "INSERT INTO data.csv VALUES (5, 'E')" @db.execute(sql, -1) -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/