PowerShell/test/powershell/Modules/Microsoft.PowerShell.Utility
nmbradford 25005a0ba0 Fix WebRequest failure to handle missing ContentType in response header (#2666)
If a response to invoke-webrequest does not set the content type in the
response header, an object not set exception is thrown in
WebResponseHelper.CoreClr.cs.  Updated to set contenttype = null.
2016-11-14 13:35:07 -08:00
..
assets spelling fixes: test 2016-08-25 17:49:32 +00:00
Add-Member.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
Add-Type.Tests.ps1 make sure that all tests are using the proper $IsCoreCLR variable instead of $IsCore 2016-07-27 12:32:17 -07:00
alias.tests.ps1 Fix test failures due to changes in .NET Core and the exclusion of 'Certificate' provider in UNIX PS 2016-10-14 10:02:44 -07:00
Clear-Variable.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
clixml.tests.ps1 Fix test failures due to changes in .NET Core and the exclusion of 'Certificate' provider in UNIX PS 2016-10-14 10:02:44 -07:00
command.tests.ps1 spelling fixes: test 2016-08-25 17:49:32 +00:00
Compare-Object.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
ConvertFrom-Csv.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
ConvertFrom-Json.Tests.ps1 spelling fixes: test 2016-08-25 17:49:32 +00:00
ConvertFrom-StringData.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
ConvertTo-Csv.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
ConvertTo-Html.Tests.ps1 Update test per code review 2016-09-14 12:51:06 -07:00
ConvertTo-SecureString.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
ConvertTo-Xml.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
Debug-Runspace.Tests.ps1 update exception messages 2016-08-30 16:15:10 -07:00
Default-Aliases.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
EnableDisablePSBreakpoint.Tests.ps1 Add simple Enable-PSBreakpoint and Disable-PSBreakpoint cmdlet tests 2016-08-30 16:15:10 -07:00
Environment-Variables.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
Eventing.Tests.ps1 Move tests to more appropriate places now that we have the directory structure defined 2016-09-28 14:57:50 -07:00
Export-Alias.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
Export-Csv.Tests.ps1 Fix tests that were broken by the sxs module path change. Also fix some unreliable tests. 2016-08-11 21:45:20 -07:00
Export-FormatData.Tests.ps1 Fix tests that were broken by the sxs module path change. Also fix some unreliable tests. 2016-08-11 21:45:20 -07:00
Format-Custom.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
Format-List.Tests.ps1 spelling fixes: test 2016-08-25 17:49:32 +00:00
Format-Table.Tests.ps1 spelling fixes: test 2016-08-25 17:49:32 +00:00
Format-Wide.Tests.ps1 spelling fixes: test 2016-08-25 17:49:32 +00:00
formatdata.tests.ps1 update encoding on the test files - these are ascii 2016-08-02 12:05:24 -07:00
FormatHex.Tests.ps1 spelling fixes: test 2016-08-25 17:49:32 +00:00
Get-Alias.Tests.ps1 Fix Get-Alias Name parameter allows Null value (#2545) 2016-10-31 17:19:25 -07:00
Get-Culture.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
Get-Date.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
Get-Event.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
Get-EventSubscriber.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
Get-FileHash.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
Get-FormatData.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
Get-Host.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
Get-Member.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
Get-PSBreakpoint.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
Get-PSCallStack.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
Get-Random.Tests.ps1 spelling fixes: test 2016-08-25 17:49:32 +00:00
Get-RunspaceDebug.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
Get-TraceSource.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
Get-UICulture.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
Get-Unique.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
Get-Uptime.Tests.ps1 Add Get-Uptime to Microsoft.PowerShell.Utility (C# cmdlet) (#2517) 2016-11-10 09:51:29 -08:00
Get-Variable.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
Group-Object.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
Implicit.Remoting.Tests.ps1 Replace 'git rev-parse' with path relative to '$PSScriptRoot' in powershell tests 2016-10-28 16:51:44 -07:00
Import-Alias.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
Import-Csv.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
Import-LocalizedData.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
ImportExportCSV.Delimiter.Tests.ps1 update tests to include $IsCoreCLR rather than $IsCore 2016-08-02 12:50:24 -07:00
Invoke-Expression.Tests.ps1 Getting tests to run from build directory with spaces in it (#1981) 2016-08-22 09:57:30 -04:00
Invoke-Item.Tests.ps1 Add Invoke-Item deterministic Windows tests (#2443) 2016-10-12 13:33:16 -07:00
Measure-Command.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
Measure-Object.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
MiscCmdletUpdates.Tests.ps1 update encoding on the test files - these are ascii 2016-08-02 12:05:24 -07:00
New-Alias.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
New-Event.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
New-Object.Tests.ps1 spelling fixes: test 2016-08-25 17:49:32 +00:00
New-TimeSpan.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
New-Variable.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
NewGuid.Tests.ps1 update encoding on the test files - these are ascii 2016-08-02 12:05:24 -07:00
NewTemporaryFile.Tests.ps1 update encoding on the test files - these are ascii 2016-08-02 12:05:24 -07:00
object.tests.ps1 spelling fixes: test 2016-08-25 17:49:32 +00:00
Out-File.Tests.ps1 spelling fixes: test 2016-08-25 17:49:32 +00:00
Out-String.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
Pester.Commands.Cmdlets.Json.Tests.ps1 spelling fixes: test 2016-08-25 17:49:32 +00:00
PowerShellData.tests.ps1 change throw message 2016-08-30 16:52:00 -07:00
Read-Host.Tests.ps1 Replace 'git rev-parse' with path relative to '$PSScriptRoot' in powershell tests 2016-10-28 16:51:44 -07:00
Register-EngineEvent.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
Register-ObjectEvent.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
Remove-Event.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
Remove-PSBreakpoint.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
Remove-TypeData.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
Remove-Variable.Tests.ps1 spelling fixes: test 2016-08-25 17:49:32 +00:00
RunspaceCmdlets.Tests.ps1 Add a test for get-runspace -name and remove the runspace close from AfterAll block 2016-09-14 13:51:10 -07:00
Select-Object.Tests.ps1 Fix Select-Object to approve UX and fix return a property named * (#2421) 2016-11-01 10:04:44 -07:00
Select-String.Tests.ps1 spelling fixes: test 2016-08-25 17:49:32 +00:00
Select-XML.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
Set-Alias.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
Set-Date.Tests.ps1 Fix SetDate 2016-10-14 15:43:00 -07:00
Set-PSBreakpoint.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
Set-Variable.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
Sort-Object.Tests.ps1 Added -Top/-Bottom params to Sort-Object for Top/Bottom N sort and many Pester tests (#2518) 2016-11-04 14:09:48 -07:00
Start-Sleep.Tests.ps1 spelling fixes: test 2016-08-25 17:49:32 +00:00
string.tests.ps1 update tests to include $IsCoreCLR rather than $IsCore 2016-08-02 12:50:24 -07:00
Tee-Object.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
Test-Mocks.ps1 Restructure of pester test layout 2016-06-29 12:05:41 -07:00
Trace-Command.Tests.ps1 spelling fixes: test 2016-08-25 17:49:32 +00:00
typedata.tests.ps1 update encoding on the test files - these are ascii 2016-08-02 12:05:24 -07:00
Unimplemented-Cmdlet.Tests.ps1 Remove unimplemented Utility cmdlets from Unix 2016-08-09 18:53:43 -07:00
Update-FormatData.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
Update-TypeData.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
Wait-Event.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
WebCmdlets.Tests.ps1 Fix WebRequest failure to handle missing ContentType in response header (#2666) 2016-11-14 13:35:07 -08:00
Write-Error.Tests.ps1 Fix CategoryInfo.Activity so that it has the specified value 2016-09-27 09:50:43 -07:00
Write-Host.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
Write-Output.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
Write-Progress.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
Write-Stream.Tests.ps1 Fix GetCurrentThreadId 2016-10-14 15:43:00 -07:00
Write-Verbose.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00
xml.tests.ps1 update tests to include $IsCoreCLR rather than $IsCore 2016-08-02 12:50:24 -07:00
XMLCommand.Tests.ps1 changes tags for tests 2016-07-27 12:06:51 -07:00