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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Import-CliXml Test #5521

Merged
merged 1 commit into from Nov 22, 2017
Merged

Conversation

markekraus
Copy link
Contributor

I noticed that there was an error in the Import-CliXml context but no failed tests. It turns out this was working because it was exporting null and then checking if null is null.. 馃檨

This fixes the error generated by get-process and ensure the imported values are not null or empty.

@markekraus markekraus changed the title Fix Import-CliXml Tests Fix Import-CliXml Test Nov 21, 2017
@iSazonov iSazonov self-assigned this Nov 22, 2017
@iSazonov iSazonov merged commit 7778941 into PowerShell:master Nov 22, 2017
@TravisEz13 TravisEz13 added this to the 6.0.0-GA milestone Nov 29, 2017
TravisEz13 pushed a commit to TravisEz13/PowerShell that referenced this pull request Nov 29, 2017
Add checks that ProcessName is not null or empty.
TravisEz13 pushed a commit that referenced this pull request Nov 29, 2017
Add checks that ProcessName is not null or empty.
@markekraus markekraus deleted the FixImportCliXmlTest branch January 19, 2018 18:58
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.

None yet

4 participants