PowerShell/test
Michael Klement 87834d07b4 Fix error in windows provider when the environment has accidental duplicates that differ only by case (#6489)
Fix error in windows provider when the environment has accidental duplicates that differ only by case.

Make the provider storage for the environment on windows ignore duplicates
 and only report the effective value.
Add tests to verify existing environment get-item behavior and to ensure that Get-Item env:<var> reports the same as $env:<var>, namely the effective value.
Fixes #6305 and supersedes #6320 based on discussion in #6460.
2018-03-27 14:58:26 -07:00
..
common/markdown fix secret and JavaScript compliance issues (#6408) 2018-03-16 18:05:32 -07:00
csharp Update copyright and license headers (#6134) 2018-02-13 09:23:53 -08:00
docker/networktest Update copyright and license headers (#6134) 2018-02-13 09:23:53 -08:00
powershell Fix error in windows provider when the environment has accidental duplicates that differ only by case (#6489) 2018-03-27 14:58:26 -07:00
shebang
tools Add -Resume Feature to Web Cmdlets (#6447) 2018-03-26 12:23:24 -07:00
README.md
Test.Common.props Update to DotNet 2.0.6 (#6403) 2018-03-15 14:54:00 -07:00

Testing

The tests are organized by testing language. Thus Pester tests, which are written in the PowerShell language, are in ./powershell and xUnit tests, written in C#, are in ./csharp. The sanity tests for the Full .NET build of PowerShell are in ./fullclr, and the third-party shebang test is in ./shebang.