erubis icon indicating copy to clipboard operation
erubis copied to clipboard

Fix tests for ruby 2.0

Open voxik opened this issue 11 years ago • 1 comments

This fixes most of the issues I had with the test suite running with Ruby 2.0

There are two outstanding issues:

  1. test_example_java_result(KwarkUsersGuideTest) - I really did not investigated the issue
  2. test_untabify2(MainTest) - Not sure how to deal with that. It seems that Syck was able to deal with tabs while Psych is not able to handle them by design. Somebody else has to decide.

voxik avatar Mar 05 '13 09:03 voxik

Ah, the test_example_java was already reported on different place: http://rubyforge.org/tracker/?func=detail&aid=27330&group_id=1320&atid=5201

voxik avatar Mar 05 '13 09:03 voxik