Michael Schoen
2006-Aug-15 23:57 UTC
Rails AR/Oracle Unit Test: [4768] failed (but getting better)
"bitsweat" has given AR/Oracle some love, but it''s still
unhappy...
http://dev.rubyonrails.org/changeset/4768
------------------------------------------------------------------------
r4768 | bitsweat | 2006-08-15 16:51:27 -0700 (Tue, 15 Aug 2006) | 1 line
Make indexed columns easy to extract from the index name. Oracle users should
explicitly assign index names due to field length restrictions.
------------------------------------------------------------------------
U activerecord/test/migration_test.rb
U
activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb
Updated to revision 4768.
1) Failure:
test_not_resaved_when_unchanged(HasOneAssociationsTest)
[./test/abstract_unit.rb:44:in `assert_queries''
./test/associations_test.rb:302:in
`test_not_resaved_when_unchanged'']:
0 instead of 1 queries were executed.
<1> expected but was
<0>.
921 tests, 3276 assertions, 1 failures, 0 errors
rake aborted!
Command failed with status (1): [/usr/pkg/ruby184/bin/ruby -Ilib:test:test/...]
(See full trace by running task with --trace)