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

Removed questionable check in NTFS code. #10

Merged
merged 1 commit into from
Jun 1, 2017

Conversation

roliveri
Copy link
Member

@roliveri roliveri commented Jun 1, 2017

It appears the code is attempting to test for valid data, and raising an error
when the class of the returned data item is Bignum. This should only happen
when the data in question is corrupt, so there shouldn't be an explicit test for it.

Given the test is breaking Ruby 2.4 tests, I'm removing the test.

It appears the code is attempting to test for valid data, and raising an error
when the class of the returned data item is Bignum. This should only happen
when the data in question is corrupt, so there shouldn't be an explicit test for it.

Given the test is breaking Ruby 2.4 tests, I'm removing the test.
@roliveri roliveri requested review from chessbyte and jerryk55 June 1, 2017 15:14
@chessbyte chessbyte self-assigned this Jun 1, 2017
@chessbyte chessbyte merged commit d0f730f into ManageIQ:master Jun 1, 2017
@chessbyte chessbyte added the bug label Jun 1, 2017
@roliveri roliveri mentioned this pull request Jun 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants