Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix test_types_line_up when column type missing #18589

Merged
merged 1 commit into from
Feb 5, 2015

Conversation

kamipo
Copy link
Member

@kamipo kamipo commented Jan 18, 2015

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.

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.
rafaelfranca added a commit that referenced this pull request Feb 5, 2015
Fix `test_types_line_up` when column type missing
@rafaelfranca rafaelfranca merged commit 726b95e into rails:master Feb 5, 2015
@kamipo kamipo deleted the fix_test_types_line_up branch February 6, 2015 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants