This project is archived and is in readonly mode.
[PATCH] Failure on test_validates_acceptance_of_as_database_column
Reported by Santiago Pastorino | February 1st, 2010 @ 03:19 AM
Ruby 1.8.7 on master
(in /home/santiago/Documentos/WyeWorks/Proys/rails/activerecord)
["mysql", "mysql", "test/connections/native_mysql"]
Using native MySQL
Loaded suite test/cases/validations_test
Started
...............F.
Finished in 0.207768 seconds.
1) Failure:
test_validates_acceptance_of_as_database_column(ValidationsTest)
[test/cases/validations_test.rb:162:in `test_validates_acceptance_of_as_database_column'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:64:in `__send__'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:64:in `run'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/callbacks.rb:412:in `_run_setup_callbacks'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
<"Dan Brown"> expected but was
.
17 tests, 35 assertions, 1 failures, 0 errors
["sqlite3", "sqlite", "test/connections/native_sqlite3"]
Using native SQLite3
Loaded suite test/cases/validations_test
Started
...............F.
Finished in 0.195641 seconds.
1) Failure:
test_validates_acceptance_of_as_database_column(ValidationsTest)
[test/cases/validations_test.rb:162:in `test_validates_acceptance_of_as_database_column'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:64:in `__send__'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:64:in `run'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/callbacks.rb:412:in `_run_setup_callbacks'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
<"Dan Brown"> expected but was
.
17 tests, 35 assertions, 1 failures, 0 errors
["postgresql", "postgresql", "test/connections/native_postgresql"]
Using native PostgreSQL
Loaded suite test/cases/validations_test
Started
...............F.
Finished in 0.2643 seconds.
1) Failure:
test_validates_acceptance_of_as_database_column(ValidationsTest)
[test/cases/validations_test.rb:162:in `test_validates_acceptance_of_as_database_column'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:64:in `__send__'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:64:in `run'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/callbacks.rb:412:in `_run_setup_callbacks'
/home/santiago/Documentos/WyeWorks/Proys/rails/activesupport/lib/active_support/testing/setup_and_teardown.rb:62:in `run']:
<"Dan Brown"> expected but was
.
17 tests, 35 assertions, 1 failures, 0 errors
Errors running isolated_test_mysql, isolated_test_sqlite3, isolated_test_postgresql
Comments and changes to this ticket
-
Santiago Pastorino February 2nd, 2010 @ 11:49 AM
- Assigned user set to Prem Sichanugrist (sikachu)
Someone already fixed this issue, please close it
-
Prem Sichanugrist (sikachu) February 2nd, 2010 @ 11:59 AM
- State changed from new to resolved
-
Prem Sichanugrist (sikachu) February 2nd, 2010 @ 03:30 PM
- State changed from resolved to open
- Assigned user changed from Prem Sichanugrist (sikachu) to Pratik
-
Santiago Pastorino February 2nd, 2010 @ 03:37 PM
I only get the errors running the whole test suite, if i run only activerecord tests i didn't get the error.
Only through rake on top directory. -
Repository February 6th, 2010 @ 12:18 AM
- State changed from open to committed
(from [44c46558a4a710805e0ebadfb008da0d1a39b90b]) test_validates_acceptance_of_as_database_column fixed
[#3826 state:committed]
Signed-off-by: Jeremy Kemper jeremy@bitsweat.net
http://github.com/rails/rails/commit/44c46558a4a710805e0ebadfb008da...
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Attachments
Tags
Referenced by
- 3826 [PATCH] Failure on test_validates_acceptance_of_as_database_column [#3826 state:committed]