PowerShell/test/powershell/Language/Classes
Steve Lee 76de340e79 corrected use of PSModulePath casing to be consistent with Windows PowerShell (#3255)
* corrected use of PSModulePath casing to be consistent with Windows PowerShell
addresses #3227

* addressing review feedback
make "PSModulePath" into const
fixed some test workarounds due to failures for external reasons that wasn't meant to be checked in

* addressing review feedback
make "PSModulePath" into const
fixed some test workarounds due to failures for external reasons that wasn't meant to be checked in
2017-03-15 12:04:28 -07:00
..
MSFT_778492.psm1 Add new test files to Language directory 2016-07-20 12:10:12 -07:00
ProtectedAccess.Tests.ps1 Language tests now run clean on Linux 2016-07-20 12:10:12 -07:00
Scripting.Classes.Attributes.Tests.ps1 Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
Scripting.Classes.BasicParsing.Tests.ps1 Work around the hang issue that happens when running class basic parsing tests (#3191) 2017-02-23 13:05:09 -08:00
Scripting.Classes.Break.Tests.ps1 Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
Scripting.Classes.Exceptions.Tests.ps1 Fix GetType() bad pattern and related issues in tests (#3134) 2017-02-15 16:40:51 -08:00
scripting.Classes.inheritance.tests.ps1 Fix GetType() bad pattern and related issues in tests (#3134) 2017-02-15 16:40:51 -08:00
Scripting.Classes.MiscOps.Tests.ps1 Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
Scripting.Classes.Modules.Tests.ps1 corrected use of PSModulePath casing to be consistent with Windows PowerShell (#3255) 2017-03-15 12:04:28 -07:00
scripting.Classes.NestedModules.tests.ps1 corrected use of PSModulePath casing to be consistent with Windows PowerShell (#3255) 2017-03-15 12:04:28 -07:00
scripting.Classes.using.tests.ps1 corrected use of PSModulePath casing to be consistent with Windows PowerShell (#3255) 2017-03-15 12:04:28 -07:00
scripting.enums.tests.ps1 Fix error position reporting on classes (#3103) 2017-02-13 16:45:00 -08:00