On Nov 5, 2015 6:27 AM, "Philip Martin" <philip.mar...@wandisco.com> wrote: > > James McCoy <james...@debian.org> 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 > > changes broke check-swig-rb, since the test framework APIs behave > > differently. > > This patch works on my Debian/stable system but not on CentOS 7 which > only has minitest 4.3.2.
I've taken a look at instead supporting various versions of test-unit and should have a patch available tonight. I just need to do some more testing. Cheers, James