Edit map.json to add in PackageManagement tests

This commit is contained in:
Quoc Truong 2016-07-07 13:37:24 -07:00 committed by quoctruong91
parent f4a8cc1833
commit cdb9a96d9d

View file

@ -1,4 +1,10 @@
{
"monad/tests/MultiMachine/Tests/Commands/Cmdlets/Microsoft.PowerShell.Management/Pester.Commands.Cmdlets.Management.TimeZone.Tests.ps1": "powershell/Modules/Microsoft.PowerShell.Management/TimeZone.Tests.ps1",
"monad/tests/MultiMachine/Tests/Commands/Cmdlets/Microsoft.PowerShell.Security/Pester.Commands.Cmdlets.CatalogTests.ps1": "powershell/Modules/Microsoft.PowerShell.Security/FileCatalog.Tests.ps1"
"monad/src/oneget/Test/ModuleTests/tests/find-packageprovider.tests.ps1": "powershell/Modules/PackageManagement/Find-PackageProvider.Tests.ps1",
"monad/src/oneget/Test/ModuleTests/tests/get-package.tests.ps1": "powershell/Modules/PackageManagement/Get-Package.Tests.ps1",
"monad/src/oneget/Test/ModuleTests/tests/get-packageprovider.tests.ps1": "powershell/Modules/PackageManagement/Get-PackageProvider.Tests.ps1",
"monad/src/oneget/Test/ModuleTests/tests/import-packageprovider.tests.ps1": "powershell/Modules/PackageManagement/Import-PackageProvider.Tests.ps1",
"monad/src/oneget/Test/ModuleTests/tests/install-packageprovider.tests.ps1": "powershell/Modules/PackageManagement/Install-PackageProvider.Tests.ps1",
"monad/src/oneget/Test/ModuleTests/tests/nuget.tests.ps1": "powershell/Modules/PackageManagement/Nuget.Tests.ps1",
"monad/tests/MultiMachine/Tests/Commands/Cmdlets/Microsoft.PowerShell.Management/Pester.Commands.Cmdlets.Management.TimeZone.Tests.ps1": "powershell/Modules/Microsoft.PowerShell.Management/TimeZone.Tests.ps1",
"monad/tests/MultiMachine/Tests/Commands/Cmdlets/Microsoft.PowerShell.Security/Pester.Commands.Cmdlets.CatalogTests.ps1": "powershell/Modules/Microsoft.PowerShell.Security/FileCatalog.Tests.ps1"
}