PowerShell/test/powershell/engine/Module
Steve Lee ee9049b61f New-ModuleManifest was incorrectly checking if a Uri was well formed by using ToString() which just outputs the original (#3631)
string.  If the string was a uri with spaces, ToString() doesn't return the escaped version.  The AbsoluteUri property
should be used instead which returns an escaped absolute uri (if valid).

Also renamed TestModuleManfest.ps1 to TestModuleManifest.Tests.ps1 so that it gets picked up correctly as Pester test.

Since HelpInfoUri is just a string, ensure it is a valid absolute uri and escaped correctly whereas before it was just
an opaque string that wasn't validated.
2017-04-25 17:45:24 -07:00
..
ModulePath.Tests.ps1 corrected use of PSModulePath casing to be consistent with Windows PowerShell (#3255) 2017-03-15 12:04:28 -07:00
NewModuleManifest.Tests.ps1 New-ModuleManifest was incorrectly checking if a Uri was well formed by using ToString() which just outputs the original (#3631) 2017-04-25 17:45:24 -07:00
TestModuleManifest.Tests.ps1 New-ModuleManifest was incorrectly checking if a Uri was well formed by using ToString() which just outputs the original (#3631) 2017-04-25 17:45:24 -07:00