PowerShell/test/powershell/Common
Paul Higinbotham c266c8ebca Fix for duplicate types in TypeTable (#3141)
When a TypeTable is created it includes the types from type files provided along with references to the type files. When the InitialSessionState (ISS) object processes these types it reads the type files again and ends up with duplicate type entries. PowerShell V5.1 ISS type processing was re-written to improve performance and no longer removes duplicate types, so that this scenario (runspace ISS reuse) results in errors causing a regression.

The fix is to copy only type data when a TypeTable is passed to the ISS.
2017-02-16 16:28:29 -08:00
..
Test.Helpers.psm1 Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
TestHostCS.psm1 Improve console cmdlets tests (#3101) 2017-02-14 11:00:03 -08:00
TestRemoting.psm1 Remove trailing whitespace (#3001) 2017-01-16 13:31:14 -08:00
TestTypeFile.ps1xml Fix for duplicate types in TypeTable (#3141) 2017-02-16 16:28:29 -08:00