Created
March 2, 2010 20:46
-
-
Save vvs/319924 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| jruby -Ilib D:/work/jruby-dev/jruby/lib/ruby/gems/1.8/gems/rspec-1.3.0/bin/spec spec\java_integration | |
| 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 ==) | |
| D:/work/jruby-dev/jruby/spec/java_integration/types/array_spec.rb:745 | |
| 2) | |
| '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 ==) | |
| D:/work/jruby-dev/jruby/spec/java_integration/types/construction_spec.rb:701 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment