summaryrefslogtreecommitdiff
path: root/test/win32ole/test_win32ole.rb
AgeCommit message (Expand)Author
2024-03-23[ruby/win32ole] Test constants for the backward compatibilityNobuyoshi Nakada
2024-01-28[ruby/win32ole] Use the scoped names in the testsNobuyoshi Nakada
2023-03-29[ruby/win32ole] Skip test failure with mswin platformHiroshi SHIBATA
2021-11-25[ruby/win32ole] Fix typos [ci skip]Nobuyoshi Nakada
2019-11-18Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans
2018-09-26* ext/win32ole/lib/win32ole.rb (methods): COM method elements should besuke
2017-12-28`$SAFE` as a process global state. [Feature #14250]ko1
2017-12-14Thread.current.report_on_exception = falseusa
2017-11-05ext/win32ole/lib/win32ole.rb (metods): rescue WIN32OLEQueryInterfaceError.suke
2017-10-21ext/win32ole/win32ole.c (fole_missing): set receiver in NoMethodError.suke
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-12-13win32ole.c: check argument typenobu
2014-08-25* ext/win32ole/win32ole.c(fole_s_connect, fole_initialize): raise asuke
2014-03-02* test/win32ole: get rid of warnings (unused variable).usa
2013-04-08win32ole.c: check aritynobu
2012-11-06* test/win32ole/test_win32ole.rb: follow other test files.usa
2012-11-06* test/win32ole/test_win32ole.rb: now source encoding is UTF-8, sousa
2012-07-04* test/win32ole/test_win32ole.rb (test_s_codepage_changed):suke
2012-06-28* test/win32ole/test_win32ole.rb (test_s_codepage_changed):luislavena
2010-05-20* ext/win32ole/win32ole.c (ole_invoke): raise NoMethodErrorsuke
2009-07-16* test/win32ole/test_win32ole.rb (test_s_codepage_changed,suke
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2008-11-06* ext/win32ole/win32ole.c (fole_s_connect, fole_initialize,suke
2008-10-13* ext/win32ole/win32ole.c (load_conv_function51932): supportsuke
2008-10-12* ext/win32ole/win32ole.c (set_ole_codepage, ole_cp2encoding,suke
2008-08-27* ext/win32ole/win32ole.c (ole_invoke): WIN32OLE#[] and WIN32OLE#[]=suke
2008-08-03* ext/win32ole/win32ole.c (hash2named_arg): refactoring.suke
2008-07-05* ext/win32ole/win32ole.c: add WIN32OLE#ole_respond_to?suke
2008-06-27* ext/win32ole/win32ole.c : check String encoding whensuke
2008-02-16modify test according to changing WIN32OLE.codepage behavior.suke
2008-02-15* ext/win32ole/win32ole.c (ole_init_cp): initialize WIN32OLE.codepagesuke
2008-01-29* test/win32ole/test_win32ole.rb: ruby's encoding support.usa
2008-01-05* test/win32ole/test_win32ole.rb(test_s_codepage_changed) : modify testsuke
2008-01-05* test/win32ole/test_win32ole.rb(test_s_locale_change) :add assertion whichsuke
2007-08-28* ext/win32ole/win32ole.c (ole_type_progid): progid getted bysuke
2007-02-10* ext/win32ole/win32ole.c: add WIN32OLE#ole_query_interface.suke
2007-02-03* ext/win32ole/win32ole.c (ole_val2olevariantdata, ole_val2variant):suke
2007-01-29* ext/win32ole/win32ole.c: add WIN32OLE.locale=, WIN32OLE.locale,suke
2007-01-20WIN32OLE.codepage= accepts installed codepage.suke
2007-01-20modify WIN32OLERuntimeError message.suke
2007-01-20move all test from ext/win32ole/tests test/win32olesuke
2007-01-19move some test from ext/win32ole/tests to test/win32olesuke
2007-01-07add some test. update comment for rdoc.suke
2006-08-19accept hash argument of Symbol key.suke