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

Filtering non existent adapter paths #1578

Merged
merged 2 commits into from
May 8, 2018

Conversation

abhishkk
Copy link
Contributor

@abhishkk abhishkk commented May 7, 2018

Issue:
#1522

Fix:
Filtering out the non existent adapters


// Only send this if needed.
if (platformExtensions.Any())
{
this.RequestSender.InitializeDiscovery(platformExtensions);
}
}

private void LogMessage(TestMessageLevel testMessageLevel, string message)
Copy link
Contributor

Choose a reason for hiding this comment

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

Duplicate code in PEM, & PDM, can we move this to POM

Copy link
Contributor

@mayankbansal018 mayankbansal018 left a comment

Choose a reason for hiding this comment

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

:shipit:

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