Re: [PATCH] Convert Ruby tests from test-unit to minitest

2015-11-17 Thread Philip Martin
James McCoy writes: > Yeah, if you install the ruby-minitest gem, you also need to install the > ruby-test-unit gem. > > Mixing the built-in version of one with the gem version of the other > doesn't work well, due to the behavior changes. So it's really a Ruby problem: allowing incompatible com

Re: [PATCH] Convert Ruby tests from test-unit to minitest

2015-11-17 Thread James McCoy
On Nov 17, 2015 8:07 AM, "Philip Martin" wrote: > > Philip Martin writes: > > > James McCoy writes: > > > >> On Mon, Nov 09, 2015 at 12:15:51AM -0500, James McCoy wrote: > >>> On Sat, Nov 07, 2015 at 10:09:37PM -0500, James McCoy wrote: > >>> > The attached patch, however, at least gets the test

Re: [PATCH] Convert Ruby tests from test-unit to minitest

2015-11-17 Thread Philip Martin
Philip Martin writes: > James McCoy writes: > >> On Mon, Nov 09, 2015 at 12:15:51AM -0500, James McCoy wrote: >>> On Sat, Nov 07, 2015 at 10:09:37PM -0500, James McCoy wrote: >>> > The attached patch, however, at least gets the test suite working with >>> > the test-unit gem, which is a pre-requ

Re: [PATCH] Convert Ruby tests from test-unit to minitest

2015-11-17 Thread Philip Martin
James McCoy writes: > On Mon, Nov 09, 2015 at 12:15:51AM -0500, James McCoy wrote: >> On Sat, Nov 07, 2015 at 10:09:37PM -0500, James McCoy wrote: >> > The attached patch, however, at least gets the test suite working with >> > the test-unit gem, which is a pre-requisite for testing against Ruby

Re: [PATCH] Convert Ruby tests from test-unit to minitest

2015-11-16 Thread James McCoy
On Mon, Nov 09, 2015 at 12:15:51AM -0500, James McCoy wrote: > On Sat, Nov 07, 2015 at 10:09:37PM -0500, James McCoy wrote: > > The attached patch, however, at least gets the test suite working with > > the test-unit gem, which is a pre-requisite for testing against Ruby > > 2.2. > > Updated to fi

Re: [PATCH] Convert Ruby tests from test-unit to minitest

2015-11-08 Thread James McCoy
On Sat, Nov 07, 2015 at 10:09:37PM -0500, James McCoy wrote: > The attached patch, however, at least gets the test suite working with > the test-unit gem, which is a pre-requisite for testing against Ruby > 2.2. Updated to fix a typo in Makefile.in. Cheers, -- James GPG Key: 4096R/331BA3DB 2011-

Re: [PATCH] Convert Ruby tests from test-unit to minitest

2015-11-07 Thread James McCoy
On Fri, Nov 06, 2015 at 10:56:49AM -0500, James McCoy wrote: > On Nov 5, 2015 6:27 AM, "Philip Martin" wrote: > > > > James McCoy writes: > > > > > Ruby 2.2 changed test/unit from an in-tree wrapper around minitest > > > 4 to a bundled version of the externally maintained ruby-test-unit gem. > >

Re: [PATCH] Convert Ruby tests from test-unit to minitest

2015-11-06 Thread James McCoy
On Nov 5, 2015 6:27 AM, "Philip Martin" wrote: > > James McCoy writes: > > > Ruby 2.2 changed test/unit from an in-tree wrapper around minitest > > 4 to a bundled version of the externally maintained ruby-test-unit gem. > > Similarly, the in-tree minitest was removed and the externally > > mainta

Re: [PATCH] Convert Ruby tests from test-unit to minitest

2015-11-05 Thread Philip Martin
James McCoy writes: > As an independent package or as part of the Ruby package? The minitest available via yum is rubygem-minitest 4.3.2. I suppose I could install a separate gem. -- Philip Martin WANdisco

Re: [PATCH] Convert Ruby tests from test-unit to minitest

2015-11-05 Thread James McCoy
On Thu, Nov 05, 2015 at 11:27:23AM +, Philip Martin wrote: > James McCoy writes: > > > Ruby 2.2 changed test/unit from an in-tree wrapper around minitest > > 4 to a bundled version of the externally maintained ruby-test-unit gem. > > Similarly, the in-tree minitest was removed and the externa

Re: [PATCH] Convert Ruby tests from test-unit to minitest

2015-11-05 Thread Philip Martin
James McCoy writes: > Ruby 2.2 changed test/unit from an in-tree wrapper around minitest > 4 to a bundled version of the externally maintained ruby-test-unit gem. > Similarly, the in-tree minitest was removed and the externally > maintained ruby-minitest gem (of the 5.x series) is bundled. These

[PATCH] Convert Ruby tests from test-unit to minitest

2015-11-04 Thread James McCoy
Ruby 2.2 changed test/unit from an in-tree wrapper around minitest 4 to a bundled version of the externally maintained ruby-test-unit gem. Similarly, the in-tree minitest was removed and the externally maintained ruby-minitest gem (of the 5.x series) is bundled. These changes broke check-swig-rb,