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

Use unique names for each TestAttachments Fixture #2277

Merged
merged 1 commit into from
Jun 23, 2017
Merged

Conversation

ChrisMaddock
Copy link
Member

Fixes #2276 - by not using the same name for temporary files across two independent test fixtures.

I used hardcoded file names rather than Path.GetTempFileName() as I wanted solely a file name for relative-path tests, rather than a fully rooted path.

Thanks @CharliePoole for tracking down the problem there. 🙂

@ChrisMaddock ChrisMaddock changed the title Use unique names for each TestFixture Use unique names for each TestAttachments Fixture Jun 23, 2017
@CharliePoole CharliePoole merged commit 3c2f08e into master Jun 23, 2017
@ChrisMaddock ChrisMaddock deleted the issue-2276 branch June 23, 2017 16:14
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.

Intermittent test failures in Travic CI: TestContextTests
3 participants