JRuby hangs on testing string for equality with 'test/unit' testing framework
-----------------------------------------------------------------------------

                 Key: JRUBY-6104
                 URL: https://jira.codehaus.org/browse/JRUBY-6104
             Project: JRuby
          Issue Type: Bug
          Components: Application Error
    Affects Versions: JRuby 1.6.4
         Environment: Linux fedor-vm 2.6.38-11-generic #50-Ubuntu SMP Mon Sep 
12 21:17:25 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux

            Reporter: Fedor Malyshkin
            Priority: Critical
         Attachments: test.rb

I found strange error when writing my tests in "java-jruby" integration project 
- ScriptingContainer hangs when testing Unicode string (in UTF-8 encoding) for 
equality with 'test/unit' testing framework. but this error can be repeated 
with console interpreter: "jruby -1.9 test.rb"

But if you uncomment "require 'test/unit'" and comment "require 
'test/unit/ui/console/testrunner'" it works!

But i need instance of "Test::Unit::UI::Console::TestRunner" from method "run" 
of class "RubyScriptTest". 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to