add map.json file for migration of Pester cmdlet tests

This commit is contained in:
PowerShell Team 2016-07-20 14:05:54 -07:00 committed by James Truher
parent d8afbcecbb
commit 28a06155c8

View file

@ -0,0 +1,23 @@
{
"monad/tests/ci/PowerShell/tests/Commands/Cmdlets/FormatHex.Tests.ps1": "Modules/Microsoft.PowerShell.Utility/FormatHex.Tests.ps1",
"monad/tests/ci/PowerShell/tests/Commands/Cmdlets/ImportExportCSV.Delimiter.Tests.ps1": "Modules/Microsoft.PowerShell.Utility/ImportExportCSV.Delimiter.Tests.ps1",
"monad/tests/ci/PowerShell/tests/Commands/Cmdlets/MiscCmdletUpdates.Tests.ps1": "Modules/Microsoft.PowerShell.Utility/MiscCmdletUpdates.Tests.ps1",
"monad/tests/ci/PowerShell/tests/Commands/Cmdlets/NewGuid.Tests.ps1": "Modules/Microsoft.PowerShell.Utility/NewGuid.Tests.ps1",
"monad/tests/ci/PowerShell/tests/Commands/Cmdlets/NewTemporaryFile.Tests.ps1": "Modules/Microsoft.PowerShell.Utility/NewTemporaryFile.Tests.ps1",
"monad/tests/ci/PowerShell/tests/Commands/Cmdlets/Pester.Commands.Cmdlets.ArchiveTests.ps1": "Modules/Microsoft.PowerShell.Archive/Pester.Commands.Cmdlets.ArchiveTests.ps1",
"monad/tests/ci/PowerShell/tests/Commands/Cmdlets/Pester.Commands.Cmdlets.GetCommand.ps1": "Modules/Microsoft.PowerShell.Core/Pester.Commands.Cmdlets.GetCommand.ps1",
"monad/tests/ci/PowerShell/tests/Commands/Cmdlets/Pester.Commands.Cmdlets.JsonTests.ps1": "Modules/Microsoft.PowerShell.Utility/Pester.Commands.Cmdlets.JsonTests.ps1",
"monad/tests/ci/PowerShell/tests/Commands/Cmdlets/Pester.Commands.Cmdlets.NoNewlineParameter.Tests.ps1": "Modules/Microsoft.PowerShell.Management/Pester.Commands.Cmdlets.NoNewlineParameter.Tests.ps1",
"monad/tests/ci/PowerShell/tests/Commands/Cmdlets/pester.core.job.tests.ps1": "Modules/Microsoft.PowerShell.Core/core.job.tests.ps1",
"monad/tests/ci/PowerShell/tests/Commands/Cmdlets/Pester.History.Tests.ps1": "Modules/Microsoft.PowerShell.Core/History.Tests.ps1",
"monad/tests/ci/PowerShell/tests/Commands/Cmdlets/Pester.Management.Copy.Item.Tests.ps1": "Modules/Microsoft.PowerShell.Management/Copy.Item.Tests.ps1",
"monad/tests/ci/PowerShell/tests/Commands/Cmdlets/pester.utility.alias.tests.ps1": "Modules/Microsoft.PowerShell.Utility/alias.tests.ps1",
"monad/tests/ci/PowerShell/tests/Commands/Cmdlets/pester.utility.clixml.tests.ps1": "Modules/Microsoft.PowerShell.Utility/clixml.tests.ps1",
"monad/tests/ci/PowerShell/tests/Commands/Cmdlets/pester.utility.command.tests.ps1": "Modules/Microsoft.PowerShell.Utility/command.tests.ps1",
"monad/tests/ci/PowerShell/tests/Commands/Cmdlets/pester.utility.formatdata.tests.ps1": "Modules/Microsoft.PowerShell.Utility/formatdata.tests.ps1",
"monad/tests/ci/PowerShell/tests/Commands/Cmdlets/pester.utility.object.tests.ps1": "Modules/Microsoft.PowerShell.Utility/object.tests.ps1",
"monad/tests/ci/PowerShell/tests/Commands/Cmdlets/Pester.Utility.PowerShellData.tests.ps1": "Modules/Microsoft.PowerShell.Utility/PowerShellData.tests.ps1",
"monad/tests/ci/PowerShell/tests/Commands/Cmdlets/pester.utility.string.tests.ps1": "Modules/Microsoft.PowerShell.Utility/string.tests.ps1",
"monad/tests/ci/PowerShell/tests/Commands/Cmdlets/pester.utility.typedata.tests.ps1": "Modules/Microsoft.PowerShell.Utility/typedata.tests.ps1",
"monad/tests/ci/PowerShell/tests/Commands/Cmdlets/pester.utility.xml.tests.ps1": "Modules/Microsoft.PowerShell.Utility/xml.tests.ps1",
}