This project is archived and is in readonly mode.
'test_select_symbol' test fails for activerecord
Reported by Anil Wadghule | October 18th, 2010 @ 12:46 PM
1) Failure:
test_select_symbol(BasicsTest)
[./test/cases/base_test.rb:53:in `test_select_symbol'
/home/anil/code/rails/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:67:in `run'
/home/anil/code/rails/rails/activesupport/lib/active_support/callbacks.rb:428:in `_run_setup_callbacks'
/home/anil/code/rails/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:65:in `run']:
<[1, 2, 3, 4]> expected but was
<[0, 0, 0, 0]>.
2415 tests, 7483 assertions, 1 failures, 0 errors
rake aborted!
Command failed with status (1): [/home/anil/.rvm/rubies/jruby-head/bin/jrub...]
I am using jruby-head
ruby --version
jruby 1.6.0.dev (ruby 1.8.7 patchlevel 249) (2010-10-14 339a318)
(Java HotSpot(TM) Client VM 1.6.0_21) [linux-i386-java]
Comments and changes to this ticket
-
Aaron Patterson October 18th, 2010 @ 05:13 PM
- State changed from new to resolved
- Importance changed from to Low
You need to also use ARel-head. This is a bug fixed in ARel, and a new version of ARel will be released along with Rails 3.0.2.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>