diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2015-01-19 07:29:32 +0900 |
---|---|---|
committer | Ryuta Kamizono <kamipo@gmail.com> | 2015-01-30 13:40:29 +0900 |
commit | add37bd645f686e8083d61a52f68efe2fd2a49d0 (patch) | |
tree | 94de7e02184ec2210c8b07ef10772e28473a76cc /activerecord/test/cases/calculations_test.rb | |
parent | 455e663c667a3c97e37b71b52100a965b384f2f7 (diff) | |
download | rails-add37bd645f686e8083d61a52f68efe2fd2a49d0.tar.gz rails-add37bd645f686e8083d61a52f68efe2fd2a49d0.tar.bz2 rails-add37bd645f686e8083d61a52f68efe2fd2a49d0.zip |
Fix `test_types_line_up` when column type missing
a column type `xml` is missing in regexp pattarn. However,
`assert_equal 1, lengths.uniq.length` is success when `lengths` are all
`nil` because a column type is missing. a test will be failed by using
`compact` when a column type is missing.
Diffstat (limited to 'activerecord/test/cases/calculations_test.rb')
0 files changed, 0 insertions, 0 deletions