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

Users/achalla/results directory fix #1977

Closed
wants to merge 7 commits into from

Conversation

AshwiniChalla
Copy link
Contributor

Fix for relative result directory in settings file.
Testing : manual and unit tests

@AshwiniChalla
Copy link
Contributor Author

refactored mock response utilities.

@nigurr
Copy link

nigurr commented Jun 30, 2016

Squash all commits into one

var resultDirectory = result.RunSettings.RunConfiguration[0].ResultsDirectory[0];
resultDirectory = resultDirectory.trim();

if (resultDirectory) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does this has to be async function?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes. read function is async

@nigurr
Copy link

nigurr commented Jun 30, 2016

Assuming you have run all the UTs in Win/*nix machines.
Fix the review comments. approved

@AshwiniChalla
Copy link
Contributor Author

raised different pr: #1989

@bryanmacfarlane bryanmacfarlane deleted the users/achalla/ResultsDirectoryFix branch October 20, 2016 02:16
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