Michael Schoen
2006-Jun-03 23:32 UTC
Rails AR/Oracle Unit Test: [4430] failed (but getting better)
"david" has given AR/Oracle some love, but it''s still
unhappy...
http://dev.rubyonrails.org/changeset/4430
------------------------------------------------------------------------
r4430 | david | 2006-06-03 16:27:51 -0700 (Sat, 03 Jun 2006) | 1 line
Rolled back broken aliasing
------------------------------------------------------------------------
U activesupport/lib/active_support/core_ext/module/aliasing.rb
Updated to revision 4430.
1) Failure:
test_to_xml(BasicsTest) [./test/base_test.rb:1239]:
<false> is not true.
2) Error:
test_add_column_not_null_with_default(MigrationTest):
ActiveRecord::StatementInvalid: OCIError: ORA-01400: cannot insert NULL into
("ARUNIT"."TESTINGS"."ID"): insert into testings
(foo) values (''hello'')
./test/../lib/active_record/connection_adapters/abstract_adapter.rb:120:in
`log''
./test/../lib/active_record/connection_adapters/oracle_adapter.rb:277:in
`execute''
./test/migration_test.rb:176:in
`test_add_column_not_null_with_default''
898 tests, 3149 assertions, 1 failures, 1 errors
rake aborted!
Command failed with status (1): [/usr/pkg/ruby184/bin/ruby -Ilib:test:test/...]
(See full trace by running task with --trace)