Skip to content

delete_at added spec to check against bug #20681 #183

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

Merged
merged 1 commit into from
Sep 17, 2013

Conversation

lmello
Copy link
Contributor

@lmello lmello commented Sep 16, 2013

(#20681) delete_at function unit test against issue

The issue #20681 describe the error of delete() function
removing the elements from the origin array/hash/string.

This issue affected the other delete functions.

The delete_at function is not afected by this bug, but
it did not had the unit test to check against it.

I had added the unit test so we could prevent regressions
on the future and also have better test coverage.

@adrienthebo
Copy link
Contributor

Thank you very much for this contribution! The same comment goes for this as GH-182, could you update the commit message to match the following format?

(#project issue) short description

long description

@lmello
Copy link
Contributor Author

lmello commented Sep 16, 2013

Thanks for the explanation. i will change that tomorrow! :-)

The issue #20681 describe the error of delete() function
removing the elements from the origin array/hash/string.

This issue affected the other delete functions.

The delete_at function is not afected by this bug, but
it did not had the unit test to check against it.

I had added the unit test so we could prevent regressions
on the future and also have better test coverage.
@lmello
Copy link
Contributor Author

lmello commented Sep 17, 2013

updated as requested.

adrienthebo added a commit that referenced this pull request Sep 17, 2013
delete_at added spec to check against bug #20681
@adrienthebo adrienthebo merged commit c2f584d into puppetlabs:master Sep 17, 2013
@adrienthebo
Copy link
Contributor

summary: merged into master in c2f584d; thanks for the contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants