alexey.verkhovsky@gmail.com
2008-Feb-06 07:03 UTC
[CruiseControl] RubyOnRails build 8806 failed
The build failed.
CHANGES
-------
Revision 8806 committed by rick on 2008-02-06 06:43:02
Add Time Zone support to ActiveRecord, and config.time_zone property for
specifying a default Time Zone. Closes #10982 [Geoff Buesing, rick]
M /trunk/activerecord/test/cases/attribute_methods_test.rb
M /trunk/activesupport/test/core_ext/time_ext_test.rb
M /trunk/activesupport/CHANGELOG
M /trunk/activesupport/lib/active_support/values/time_zone.rb
M /trunk/activerecord/CHANGELOG
M /trunk/activerecord/lib/active_record/attribute_methods.rb
M /trunk/activesupport/test/time_zone_test.rb
M /trunk/activerecord/test/cases/base_test.rb
M /trunk/railties/CHANGELOG
M /trunk/activerecord/lib/active_record/base.rb
M /trunk/railties/lib/initializer.rb
M /trunk/activesupport/lib/active_support/core_ext/time/zones.rb
TEST FAILURES AND ERRORS
-----------------------
Name: test_ordering(FirstSecondHelperTest)
Type: Failure
Message: <"first mail"> expected but was
<"">.
./test/mail_render_test.rb:114:in `test_ordering''
./test/../lib/../../actionpack/lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
`__send__''
./test/../lib/../../actionpack/lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
`run''
Name: test_use_helper(MailerHelperTest)
Type: Failure
Message: <"From: tester@example.com\r\nTo: test@localhost\r\nSubject:
using helpers\r\nMime-Version: 1.0\r\nContent-Type: text/plain;
charset=utf-8\r\n\r\n"> expected to be =~
</Mr. Joe Person/>.
./test/mail_helper_test.rb:76:in `test_use_helper''
./test/../lib/../../actionpack/lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
`__send__''
./test/../lib/../../actionpack/lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
`run''
Name: test_use_helper_method(MailerHelperTest)
Type: Failure
Message: <"From: tester@example.com\r\nTo: test@localhost\r\nSubject:
using helpers\r\nMime-Version: 1.0\r\nContent-Type: text/plain;
charset=utf-8\r\n\r\n"> expected to be =~
</HelperMailer/>.
./test/mail_helper_test.rb:86:in `test_use_helper_method''
./test/../lib/../../actionpack/lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
`__send__''
./test/../lib/../../actionpack/lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
`run''
Name: test_use_mail_helper(MailerHelperTest)
Type: Failure
Message: <"From: tester@example.com\r\nTo: test@localhost\r\nSubject:
using mailing helpers\r\nMime-Version: 1.0\r\nContent-Type: text/plain;
charset=utf-8\r\n\r\n"> expected to be =~
</ But soft!/>.
./test/mail_helper_test.rb:91:in `test_use_mail_helper''
./test/../lib/../../actionpack/lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
`__send__''
./test/../lib/../../actionpack/lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
`run''
Name:
test_setting_time_zone_aware_attribute_in_current_time_zone(AttributeMethodsTest)
Type: Error
Message: LoadError: TZInfo gem is required for TimeZone#utc_to_local. `gem
install tzinfo` and try again.
./test/cases/../../lib/../../activesupport/lib/active_support/values/time_zone.rb:232:in
`utc_to_local''
./test/cases/../../lib/../../activesupport/lib/active_support/time_with_zone.rb:16:in
`time''
./test/cases/attribute_methods_test.rb:183:in
`test_setting_time_zone_aware_attribute_in_current_time_zone''
./test/cases/attribute_methods_test.rb:198:in `in_time_zone''
./test/cases/attribute_methods_test.rb:178:in
`test_setting_time_zone_aware_attribute_in_current_time_zone''
./test/cases/../../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
`__send__''
./test/cases/../../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
`run''
Name:
test_setting_time_zone_aware_attribute_in_other_time_zone(AttributeMethodsTest)
Type: Error
Message: LoadError: TZInfo gem is required for TimeZone#utc_to_local. `gem
install tzinfo` and try again.
./test/cases/../../lib/../../activesupport/lib/active_support/values/time_zone.rb:232:in
`utc_to_local''
./test/cases/../../lib/../../activesupport/lib/active_support/time_with_zone.rb:16:in
`time''
./test/cases/attribute_methods_test.rb:172:in
`test_setting_time_zone_aware_attribute_in_other_time_zone''
./test/cases/attribute_methods_test.rb:198:in `in_time_zone''
./test/cases/attribute_methods_test.rb:167:in
`test_setting_time_zone_aware_attribute_in_other_time_zone''
./test/cases/../../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
`__send__''
./test/cases/../../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
`run''
Name: test_setting_time_zone_aware_attribute_to_utc(AttributeMethodsTest)
Type: Error
Message: LoadError: TZInfo gem is required for TimeZone#utc_to_local. `gem
install tzinfo` and try again.
./test/cases/../../lib/../../activesupport/lib/active_support/values/time_zone.rb:232:in
`utc_to_local''
./test/cases/../../lib/../../activesupport/lib/active_support/time_with_zone.rb:16:in
`time''
./test/cases/attribute_methods_test.rb:160:in
`test_setting_time_zone_aware_attribute_to_utc''
./test/cases/attribute_methods_test.rb:198:in `in_time_zone''
./test/cases/attribute_methods_test.rb:154:in
`test_setting_time_zone_aware_attribute_to_utc''
./test/cases/../../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
`__send__''
./test/cases/../../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
`run''
Name:
test_time_attributes_are_retrieved_in_current_time_zone(AttributeMethodsTest)
Type: Error
Message: LoadError: TZInfo gem is required for TimeZone#utc_to_local. `gem
install tzinfo` and try again.
./test/cases/../../lib/../../activesupport/lib/active_support/values/time_zone.rb:232:in
`utc_to_local''
./test/cases/../../lib/../../activesupport/lib/active_support/time_with_zone.rb:16:in
`time''
./test/cases/attribute_methods_test.rb:149:in
`test_time_attributes_are_retrieved_in_current_time_zone''
./test/cases/attribute_methods_test.rb:198:in `in_time_zone''
./test/cases/attribute_methods_test.rb:142:in
`test_time_attributes_are_retrieved_in_current_time_zone''
./test/cases/../../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
`__send__''
./test/cases/../../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
`run''
Name:
test_multiparameter_attributes_on_time_with_time_zone_aware_attributes(BasicsTest)
Type: Error
Message: LoadError: TZInfo gem is required for TimeZone#local_to_utc. `gem
install tzinfo` and try again.
./test/cases/../../lib/../../activesupport/lib/active_support/values/time_zone.rb:232:in
`local_to_utc''
./test/cases/../../lib/../../activesupport/lib/active_support/time_with_zone.rb:21:in
`comparable_time''
./test/cases/../../lib/../../activesupport/lib/active_support/core_ext/time/calculations.rb:236:in
`<=>''
./test/cases/base_test.rb:950:in
`test_multiparameter_attributes_on_time_with_time_zone_aware_attributes''
./test/cases/../../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
`__send__''
./test/cases/../../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
`run''
Name:
test_setting_time_zone_aware_attribute_in_current_time_zone(AttributeMethodsTest)
Type: Error
Message: LoadError: TZInfo gem is required for TimeZone#utc_to_local. `gem
install tzinfo` and try again.
./test/cases/../../lib/../../activesupport/lib/active_support/values/time_zone.rb:232:in
`utc_to_local''
./test/cases/../../lib/../../activesupport/lib/active_support/time_with_zone.rb:16:in
`time''
./test/cases/attribute_methods_test.rb:183:in
`test_setting_time_zone_aware_attribute_in_current_time_zone''
./test/cases/attribute_methods_test.rb:198:in `in_time_zone''
./test/cases/attribute_methods_test.rb:178:in
`test_setting_time_zone_aware_attribute_in_current_time_zone''
./test/cases/../../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
`__send__''
./test/cases/../../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
`run''
Name:
test_setting_time_zone_aware_attribute_in_other_time_zone(AttributeMethodsTest)
Type: Error
Message: LoadError: TZInfo gem is required for TimeZone#utc_to_local. `gem
install tzinfo` and try again.
./test/cases/../../lib/../../activesupport/lib/active_support/values/time_zone.rb:232:in
`utc_to_local''
./test/cases/../../lib/../../activesupport/lib/active_support/time_with_zone.rb:16:in
`time''
./test/cases/attribute_methods_test.rb:172:in
`test_setting_time_zone_aware_attribute_in_other_time_zone''
./test/cases/attribute_methods_test.rb:198:in `in_time_zone''
./test/cases/attribute_methods_test.rb:167:in
`test_setting_time_zone_aware_attribute_in_other_time_zone''
./test/cases/../../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
`__send__''
./test/cases/../../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
`run''
Name: test_setting_time_zone_aware_attribute_to_utc(AttributeMethodsTest)
Type: Error
Message: LoadError: TZInfo gem is required for TimeZone#utc_to_local. `gem
install tzinfo` and try again.
./test/cases/../../lib/../../activesupport/lib/active_support/values/time_zone.rb:232:in
`utc_to_local''
./test/cases/../../lib/../../activesupport/lib/active_support/time_with_zone.rb:16:in
`time''
./test/cases/attribute_methods_test.rb:160:in
`test_setting_time_zone_aware_attribute_to_utc''
./test/cases/attribute_methods_test.rb:198:in `in_time_zone''
./test/cases/attribute_methods_test.rb:154:in
`test_setting_time_zone_aware_attribute_to_utc''
./test/cases/../../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
`__send__''
./test/cases/../../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
`run''
Name:
test_time_attributes_are_retrieved_in_current_time_zone(AttributeMethodsTest)
Type: Error
Message: LoadError: TZInfo gem is required for TimeZone#utc_to_local. `gem
install tzinfo` and try again.
./test/cases/../../lib/../../activesupport/lib/active_support/values/time_zone.rb:232:in
`utc_to_local''
./test/cases/../../lib/../../activesupport/lib/active_support/time_with_zone.rb:16:in
`time''
./test/cases/attribute_methods_test.rb:149:in
`test_time_attributes_are_retrieved_in_current_time_zone''
./test/cases/attribute_methods_test.rb:198:in `in_time_zone''
./test/cases/attribute_methods_test.rb:142:in
`test_time_attributes_are_retrieved_in_current_time_zone''
./test/cases/../../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
`__send__''
./test/cases/../../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
`run''
Name:
test_multiparameter_attributes_on_time_with_time_zone_aware_attributes(BasicsTest)
Type: Error
Message: LoadError: TZInfo gem is required for TimeZone#local_to_utc. `gem
install tzinfo` and try again.
./test/cases/../../lib/../../activesupport/lib/active_support/values/time_zone.rb:232:in
`local_to_utc''
./test/cases/../../lib/../../activesupport/lib/active_support/time_with_zone.rb:21:in
`comparable_time''
./test/cases/../../lib/../../activesupport/lib/active_support/core_ext/time/calculations.rb:236:in
`<=>''
./test/cases/base_test.rb:950:in
`test_multiparameter_attributes_on_time_with_time_zone_aware_attributes''
./test/cases/../../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
`__send__''
./test/cases/../../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
`run''
Name:
test_setting_time_zone_aware_attribute_in_current_time_zone(AttributeMethodsTest)
Type: Error
Message: LoadError: TZInfo gem is required for TimeZone#utc_to_local. `gem
install tzinfo` and try again.
./test/cases/../../lib/../../activesupport/lib/active_support/values/time_zone.rb:232:in
`utc_to_local''
./test/cases/../../lib/../../activesupport/lib/active_support/time_with_zone.rb:16:in
`time''
./test/cases/attribute_methods_test.rb:183:in
`test_setting_time_zone_aware_attribute_in_current_time_zone''
./test/cases/attribute_methods_test.rb:198:in `in_time_zone''
./test/cases/attribute_methods_test.rb:178:in
`test_setting_time_zone_aware_attribute_in_current_time_zone''
./test/cases/../../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
`__send__''
./test/cases/../../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
`run''
Name:
test_setting_time_zone_aware_attribute_in_other_time_zone(AttributeMethodsTest)
Type: Error
Message: LoadError: TZInfo gem is required for TimeZone#utc_to_local. `gem
install tzinfo` and try again.
./test/cases/../../lib/../../activesupport/lib/active_support/values/time_zone.rb:232:in
`utc_to_local''
./test/cases/../../lib/../../activesupport/lib/active_support/time_with_zone.rb:16:in
`time''
./test/cases/attribute_methods_test.rb:172:in
`test_setting_time_zone_aware_attribute_in_other_time_zone''
./test/cases/attribute_methods_test.rb:198:in `in_time_zone''
./test/cases/attribute_methods_test.rb:167:in
`test_setting_time_zone_aware_attribute_in_other_time_zone''
./test/cases/../../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
`__send__''
./test/cases/../../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
`run''
Name: test_setting_time_zone_aware_attribute_to_utc(AttributeMethodsTest)
Type: Error
Message: LoadError: TZInfo gem is required for TimeZone#utc_to_local. `gem
install tzinfo` and try again.
./test/cases/../../lib/../../activesupport/lib/active_support/values/time_zone.rb:232:in
`utc_to_local''
./test/cases/../../lib/../../activesupport/lib/active_support/time_with_zone.rb:16:in
`time''
./test/cases/attribute_methods_test.rb:160:in
`test_setting_time_zone_aware_attribute_to_utc''
./test/cases/attribute_methods_test.rb:198:in `in_time_zone''
./test/cases/attribute_methods_test.rb:154:in
`test_setting_time_zone_aware_attribute_to_utc''
./test/cases/../../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
`__send__''
./test/cases/../../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
`run''
Name:
test_time_attributes_are_retrieved_in_current_time_zone(AttributeMethodsTest)
Type: Error
Message: LoadError: TZInfo gem is required for TimeZone#utc_to_local. `gem
install tzinfo` and try again.
./test/cases/../../lib/../../activesupport/lib/active_support/values/time_zone.rb:232:in
`utc_to_local''
./test/cases/../../lib/../../activesupport/lib/active_support/time_with_zone.rb:16:in
`time''
./test/cases/attribute_methods_test.rb:149:in
`test_time_attributes_are_retrieved_in_current_time_zone''
./test/cases/attribute_methods_test.rb:198:in `in_time_zone''
./test/cases/attribute_methods_test.rb:142:in
`test_time_attributes_are_retrieved_in_current_time_zone''
./test/cases/../../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
`__send__''
./test/cases/../../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
`run''
Name:
test_multiparameter_attributes_on_time_with_time_zone_aware_attributes(BasicsTest)
Type: Error
Message: LoadError: TZInfo gem is required for TimeZone#local_to_utc. `gem
install tzinfo` and try again.
./test/cases/../../lib/../../activesupport/lib/active_support/values/time_zone.rb:232:in
`local_to_utc''
./test/cases/../../lib/../../activesupport/lib/active_support/time_with_zone.rb:21:in
`comparable_time''
./test/cases/../../lib/../../activesupport/lib/active_support/core_ext/time/calculations.rb:236:in
`<=>''
./test/cases/base_test.rb:950:in
`test_multiparameter_attributes_on_time_with_time_zone_aware_attributes''
./test/cases/../../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
`__send__''
./test/cases/../../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
`run''
See http://cruisecontrolrb.thoughtworks.com/builds/RubyOnRails/8806 for details.
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---