alexey.verkhovsky@gmail.com
2008-Mar-20 16:33 UTC
[CruiseControl] RubyOnRails build 9065 failed
The build failed.
CHANGES
-------
New revision 9065 detected
Revision 9065 committed by bitsweat on 2008-03-20 16:26:04
Re-added ActionView::Helpers::register_javascript/stylesheet_expansion to make
it easier for plugin developers to inject multiple assets. Closes #10350.
M /trunk/actionpack/test/template/asset_tag_helper_test.rb
M /trunk/actionpack/CHANGELOG
M /trunk/actionpack/lib/action_view/helpers/asset_tag_helper.rb
M /trunk/actionpack/test/fixtures/public/javascripts/application.js
Revision 9064 committed by david on 2008-03-20 02:15:29
Docfixes (closes #11356, #11172, #10523)
M /trunk/actionpack/test/template/form_options_helper_test.rb
M /trunk/railties/README
M /trunk/actionpack/lib/action_view/helpers/form_options_helper.rb
M /trunk/activerecord/lib/active_record/associations.rb
TEST FAILURES AND ERRORS
-----------------------
Name: test_caching_javascript_include_tag_when_caching_off(AssetTagHelperTest)
Type: Failure
Message: <"<script type=\"text/javascript\"
src=\"/javascripts/prototype.js\"></script>\n<script
type=\"text/javascript\"
src=\"/javascripts/effects.js\"></script>\n<script
type=\"text/javascript\"
src=\"/javascripts/dragdrop.js\"></script>\n<script
type=\"text/javascript\"
src=\"/javascripts/controls.js\"></script>\n<script
type=\"text/javascript\"
src=\"/javascripts/application.js\"></script>\n<script
type=\"text/javascript\"
src=\"/javascripts/bank.js\"></script>\n<script
type=\"text/javascript\"
src=\"/javascripts/robber.js\"></script>"> expected
to be == to
<"<script type=\"text/javascript\"
src=\"/javascripts/application.js\"></script>\n<script
type=\"text/javascript\"
src=\"/javascripts/bank.js\"></script>\n<script
type=\"text/javascript\"
src=\"/javascripts/robber.js\"></script>">.
./test/template/asset_tag_helper_test.rb:374:in
`test_caching_javascript_include_tag_when_caching_off''
./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
`__send__''
./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
`run''
Name:
test_caching_javascript_include_tag_with_all_puts_defaults_at_the_start_of_the_file(AssetTagHelperTest)
Type: Failure
Message: <"// prototype js\n\n// effects js\n\n// dragdrop js\n\n//
controls js\n\n// application js\n\n// bank js\n\n// robber js">
expected but was
<"// application js\n\n// bank js\n\n// robber js">.
./test/template/asset_tag_helper_test.rb:361:in
`test_caching_javascript_include_tag_with_all_puts_defaults_at_the_start_of_the_file''
./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
`__send__''
./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
`run''
Name: test_javascript_include_tag(AssetTagHelperTest)
Type: Failure
Message: <"<script type=\"text/javascript\"
src=\"/javascripts/prototype.js\"></script>\n<script
type=\"text/javascript\"
src=\"/javascripts/effects.js\"></script>\n<script
type=\"text/javascript\"
src=\"/javascripts/dragdrop.js\"></script>\n<script
type=\"text/javascript\"
src=\"/javascripts/controls.js\"></script>\n<script
type=\"text/javascript\"
src=\"/javascripts/application.js\"></script>\n<script
type=\"text/javascript\"
src=\"/javascripts/bank.js\"></script>\n<script
type=\"text/javascript\"
src=\"/javascripts/robber.js\"></script>"> expected
to be == to
<"<script type=\"text/javascript\"
src=\"/javascripts/application.js\"></script>\n<script
type=\"text/javascript\"
src=\"/javascripts/bank.js\"></script>\n<script
type=\"text/javascript\"
src=\"/javascripts/robber.js\"></script>">.
./test/template/asset_tag_helper_test.rb:162:in
`test_javascript_include_tag''
./test/template/asset_tag_helper_test.rb:162:in `each''
./test/template/asset_tag_helper_test.rb:162:in
`test_javascript_include_tag''
./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
`__send__''
./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in
`run''
See http://cruisecontrolrb.thoughtworks.com/builds/RubyOnRails/9065 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
-~----------~----~----~----~------~----~------~--~---