The build failed.

CHANGES
-------
New revision 9127 detected
Revision 9127 committed by bitsweat on 2008-03-29 00:04:27
Track changes to unsaved attributes

  M /trunk/activerecord/CHANGELOG
  A /trunk/activerecord/test/cases/dirty_test.rb
  A /trunk/activerecord/lib/active_record/dirty.rb
  M /trunk/activerecord/lib/active_record.rb
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



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/9127 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 [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-core?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to