Guest User

Untitled

a guest
Feb 18th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. ~/projects/text-hyphen $ jruby --1.9 -S rake test
  2. rake/rdoctask is deprecated. Use rdoc/task instead (in RDoc 2.4.2+)
  3. Couldn't read /Users/headius/.rubyforge/user-config.yml. Run `rubyforge setup`.
  4. /Users/headius/projects/jruby/bin/jruby -w -Ilib:bin:test:. -e 'require "rubygems"; require "test/unit"; require "test/test_bugs.rb"; require "test/test_text_hyphen.rb"' --
  5. Loaded suite -e
  6. Started
  7. ...F.
  8. Finished in 0.862 seconds.
  9.  
  10. 1) Failure:
  11. test_rubyforge_9807_28498(TestTextHyphen)
  12. [./test/test_bugs.rb:14:in `test_rubyforge_9807_28498'
  13. org/jruby/RubyKernel.java:2020:in `send'
  14. org/jruby/RubyArray.java:1603:in `each'
  15. org/jruby/RubyArray.java:1603:in `each']:
  16. <[5, 11, 17, 19, 21, 25, 28, 31, 34, 37, 40, 44]> expected but was
  17. <[5, 11, 17, 19, 26, 30, 33, 36, 39, 42, 46]>.
  18.  
  19. 5 tests, 42 assertions, 1 failures, 0 errors
  20. rake aborted!
  21. Command failed with status (1): [/Users/headius/projects/jruby/bin/jruby -w...]
  22.  
  23. Tasks: TOP => test
  24. (See full trace by running task with --trace)
Add Comment
Please, Sign In to add comment