Issue Type: Bug Bug
Affects Versions: JRuby 1.7.3
Assignee: Thomas E Enebo
Created: 05/Mar/13 4:13 PM
Description:

I get a stack trace when trying to use Rhino in a session where test-unit has been required:

gem install 'therubyrhino'
gem install 'test-unit'
ruby -e "require 'rhino'; p Rhino::Context.new"
ruby -e "require 'rhino'; require 'test-unit'; p Rhino::Context.new"
ArgumentError: wrong number of arguments calling `run` (1 for 0)
         run at org/jruby/gen/InterfaceImpl887600032.gen:13
  initialize at /Users/mconway/.rvm/gems/jruby-1.7.3/gems/therubyrhino-2.0.2/lib/rhino/context.rb:88
      (root) at -e:1
Environment: jruby 1.7.3 (1.9.3p385) 2013-02-21 dac429b on Java HotSpot(TM) 64-Bit Server VM 1.6.0_37-b06-434-11M3909 [darwin-x86_64]

    
Project: JRuby
Priority: Major Major
Reporter: Matthew Conway
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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