java integration specs interference ----------------------------------- Key: JRUBY-4615 URL: http://jira.codehaus.org/browse/JRUBY-4615 Project: JRuby Issue Type: Bug Components: Java Integration Affects Versions: JRuby 1.4 Reporter: Vladimir Sizikov Fix For: JRuby 1.5
Depending on the spec execution order, sometimes the spec runs fails. Simple way to reproduce: {noformat} #>jruby -S spec spec/java_integration/methods/java_send_spec.rb spec/java_integration/types/array_spec.rb ................................................................................F........ 1) 'A Java primitive Array of type Class ref should be possible to create primitive array from Ruby array' FAILED expected: class java.lang.String, got: Java::JavaLang::String (using ==) ./spec/java_integration/types/array_spec.rb:745: Finished in 0.56 seconds {noformat} -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - 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