Skip to content

Fixed unit tests to run on Windows#49

Merged
rubyist merged 1 commit into
git-lfs:masterfrom
shadyoak:unit-test-fixes
Nov 13, 2016
Merged

Fixed unit tests to run on Windows#49
rubyist merged 1 commit into
git-lfs:masterfrom
shadyoak:unit-test-fixes

Conversation

@shadyoak
Copy link
Copy Markdown
Contributor

I was unable to get the unit tests to run properly on Windows. The issue was that temporary content created by the unit tests was not getting properly released. This pull request updates the ContentStore.Get() method to return an io.ReadCloser instead of an io.Reader and closes resources when appropriate so that the unit tests now function on Windows. Also, I fixed a few typos I found along the way.

@parkr
Copy link
Copy Markdown

parkr commented Mar 11, 2016

👍 Well done!

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.

3 participants