Michael Schoen
2006-Sep-03 17:56 UTC
Rails AR/Oracle Unit Test: [4917] failed (getting worse)
"bitsweat" has kicked AR/Oracle while it was down...
http://dev.rubyonrails.org/changeset/4917
------------------------------------------------------------------------
r4917 | bitsweat | 2006-09-03 10:53:51 -0700 (Sun, 03 Sep 2006) | 1 line
validates_confirmation_of only kicks in when the attribute, rather than its
confirmation, is present. Closes #785.
------------------------------------------------------------------------
U activerecord/lib/active_record/validations.rb
U activerecord/CHANGELOG
Updated to revision 4917.
1) Failure:
test_not_resaved_when_unchanged(HasOneAssociationsTest)
[./test/abstract_unit.rb:44:in `assert_queries''
./test/associations_test.rb:323:in
`test_not_resaved_when_unchanged'']:
0 instead of 1 queries were executed.
<1> expected but was
<0>.
2) Failure:
test_title_confirmation_no_confirm(ValidationsTest)
[./test/validations_test.rb:179]:
<false> is not true.
3) Failure:
test_validates_format_of_with_custom_error_using_quotes(ValidationsTest)
[./test/validations_test.rb:882]:
<["This string contains ''single'' and
\"double\" quotes",
"This string contains ''single'' and \"double\"
quotes"]> expected but was
<"This string contains ''single'' and
\"double\" quotes">.
951 tests, 3372 assertions, 3 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)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Core" group.
To post to this group, send email to rubyonrails-core@googlegroups.com
To unsubscribe from this group, send email to
rubyonrails-core-unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/rubyonrails-core
-~----------~----~----~----~------~----~------~--~---