alexey.verkhovsky@gmail.com
2008-Mar-28 22:24 UTC
[CruiseControl] RubyOnRails build 9126 failed
The build failed.
CHANGES
-------
New revision 9126 detected
Revision 9126 committed by david on 2008-03-28 22:14:04
Fix new migration versions
M /trunk/railties/lib/tasks/databases.rake
M /trunk/activerecord/lib/active_record/migration.rb
M /trunk/actionpack/lib/action_view/helpers/active_record_helper.rb
Revision 9124 committed by bitsweat on 2008-03-28 21:38:01
Avoid remote_ip spoofing
M /trunk/actionpack/CHANGELOG
M /trunk/actionpack/test/controller/request_test.rb
M /trunk/actionpack/lib/action_controller/request.rb
TEST FAILURES AND ERRORS
-----------------------
Name: test_form_with_method_option(ActiveRecordHelperTest)
Type: Failure
Message: <"<form action=\"create\"
method=\"get\"><p><label
for=\"post_title\">Title</label><br /><input
name=\"post[title]\" size=\"30\" type=\"text\"
id=\"post_title\" value=\"Hello World\"
/></p>\n<p><label
for=\"post_body\">Body</label><br /><div
class=\"fieldWithErrors\"><textarea
name=\"post[body]\" id=\"post_body\" rows=\"20\"
cols=\"40\">Back to the hill and over it
again!</textarea></div></p><input name=\"commit\"
type=\"submit\" value=\"Create\"
/></form>"> expected to be == to
<"<form action=\"create\"
method=\"get\"><p><label
for=\"post_title\">Title</label><br /><input
name=\"post[title]\" size=\"30\" type=\"text\"
id=\"post_title\" value=\"Hello World\"
/></p>\n<p><label
for=\"post_body\">Body</label><br /><textarea
name=\"post[body]\" class=\"errors\"
id=\"post_body\" rows=\"20\" cols=\"40\">Back
to the hill and over it again!</textarea></p><input
name=\"commit\" type=\"submit\" value=\"Create\"
/></form>">.
./test/template/active_record_helper_test.rb:161:in
`test_form_with_method_option''
./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_form_with_protect_against_forgery(ActiveRecordHelperTest)
Type: Failure
Message: <"<form action=\"create\"
method=\"post\"><div
style=\"margin:0;padding:0\"><input
name=\"authenticity_token\" type=\"hidden\"
value=\"123\" /></div><p><label
for=\"post_title\">Title</label><br /><input
name=\"post[title]\" size=\"30\" type=\"text\"
id=\"post_title\" value=\"Hello World\"
/></p>\n<p><label
for=\"post_body\">Body</label><br /><div
class=\"fieldWithErrors\"><textarea
name=\"post[body]\" id=\"post_body\" rows=\"20\"
cols=\"40\">Back to the hill and over it
again!</textarea></div></p><input name=\"commit\"
type=\"submit\" value=\"Create\"
/></form>"> expected to be == to
<"<form action=\"create\"
method=\"post\"><div
style=\"margin:0;padding:0\"><input
name=\"authenticity_token\" type=\"hidden\"
value=\"123\" /></div><p><label
for=\"post_title\">Title</label><br /><input
name=\"post[title]\" size=\"30\" type=\"text\"
id=\"post_title\" value=\"Hello World\"
/></p>\n<p><label
for=\"post_body\">Body</label><br /><textarea
name=\"post[body]\" class=\"errors\"
id=\"post_body\" rows=\"20\" cols=\"40\">Back
to the hill and over it again!</textarea></p><input
name=\"commit\" type=\"submit\" value=\"Create\"
/></form>">.
./test/template/active_record_helper_test.rb:154:in
`test_form_with_protect_against_forgery''
./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_form_with_string(ActiveRecordHelperTest)
Type: Failure
Message: <"<form action=\"create\"
method=\"post\"><p><label
for=\"post_title\">Title</label><br /><input
name=\"post[title]\" size=\"30\" type=\"text\"
id=\"post_title\" value=\"Hello World\"
/></p>\n<p><label
for=\"post_body\">Body</label><br /><div
class=\"fieldWithErrors\"><textarea
name=\"post[body]\" id=\"post_body\" rows=\"20\"
cols=\"40\">Back to the hill and over it
again!</textarea></div></p><input name=\"commit\"
type=\"submit\" value=\"Create\"
/></form>"> expected to be == to
<"<form action=\"create\"
method=\"post\"><p><label
for=\"post_title\">Title</label><br /><input
name=\"post[title]\" size=\"30\" type=\"text\"
id=\"post_title\" value=\"Hello World\"
/></p>\n<p><label
for=\"post_body\">Body</label><br /><textarea
name=\"post[body]\" class=\"errors\"
id=\"post_body\" rows=\"20\" cols=\"40\">Back
to the hill and over it again!</textarea></p><input
name=\"commit\" type=\"submit\" value=\"Create\"
/></form>">.
./test/template/active_record_helper_test.rb:131:in
`test_form_with_string''
./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_form_with_string_multipart(ActiveRecordHelperTest)
Type: Failure
Message: <"<form enctype=\"multipart/form-data\"
action=\"create\" method=\"post\"><p><label
for=\"post_title\">Title</label><br /><input
name=\"post[title]\" size=\"30\" type=\"text\"
id=\"post_title\" value=\"Hello World\"
/></p>\n<p><label
for=\"post_body\">Body</label><br /><div
class=\"fieldWithErrors\"><textarea
name=\"post[body]\" id=\"post_body\" rows=\"20\"
cols=\"40\">Back to the hill and over it
again!</textarea></div></p><input name=\"commit\"
type=\"submit\" value=\"Create\"
/></form>"> expected to be == to
<"<form enctype=\"multipart/form-data\"
action=\"create\" method=\"post\"><p><label
for=\"post_title\">Title</label><br /><input
name=\"post[title]\" size=\"30\" type=\"text\"
id=\"post_title\" value=\"Hello World\"
/></p>\n<p><label
for=\"post_body\">Body</label><br /><textarea
name=\"post[body]\" class=\"errors\"
id=\"post_body\" rows=\"20\" cols=\"40\">Back
to the hill and over it again!</textarea></p><input
name=\"commit\" type=\"submit\" value=\"Create\"
/></form>">.
./test/template/active_record_helper_test.rb:269:in
`test_form_with_string_multipart''
./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_text_area_with_errors(ActiveRecordHelperTest)
Type: Failure
Message: <"<div class=\"fieldWithErrors\"><textarea
name=\"post[body]\" id=\"post_body\" rows=\"20\"
cols=\"40\">Back to the hill and over it
again!</textarea></div>"> expected to be == to
<"<textarea name=\"post[body]\" class=\"errors\"
id=\"post_body\" rows=\"20\" cols=\"40\">Back
to the hill and over it again!</textarea>">.
./test/template/active_record_helper_test.rb:117:in
`test_text_area_with_errors''
./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_text_field_with_errors(ActiveRecordHelperTest)
Type: Failure
Message: <"<div class=\"fieldWithErrors\"><input
name=\"post[author_name]\" size=\"30\"
type=\"text\" id=\"post_author_name\" value=\"\"
/></div>"> expected to be == to
<"<input name=\"post[author_name]\" size=\"30\"
class=\"errors\" type=\"text\"
id=\"post_author_name\" value=\"\" />">.
./test/template/active_record_helper_test.rb:124:in
`test_text_field_with_errors''
./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/9126 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
-~----------~----~----~----~------~----~------~--~---