This project is archived and is in readonly mode.

#3826 ✓committed
Santiago Pastorino

[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

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>

Referenced by

Pages