arrayfields icon indicating copy to clipboard operation
arrayfields copied to clipboard

Fails tests with ruby 1.9

Open graaff opened this issue 13 years ago • 1 comments

With ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-linux] I get the following test failures:

  1) Failure:
test_33(ArrayFieldsTest) [test/arrayfields.rb:165]:
<[nil]> expected but was
<[]>.

  2) Failure:
test_80(ArrayFieldsTest) [test/arrayfields.rb:306]:
<[nil]> expected but was
<[]>.

  3) Failure:
test_81(ArrayFieldsTest) [test/arrayfields.rb:317]:
<[nil]> expected but was
<[]>.

graaff avatar Oct 05 '12 06:10 graaff

ruby 2.0.0p247 (2013-06-27 revision 41674) [x86_64-linux] has the same test failures.

graaff avatar Jul 11 '13 05:07 graaff