From 28a06155c8989d88f022c8876b0a76873135b194 Mon Sep 17 00:00:00 2001 From: PowerShell Team Date: Wed, 20 Jul 2016 14:05:54 -0700 Subject: [PATCH] add map.json file for migration of Pester cmdlet tests --- test/powershell/Modules/map.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 test/powershell/Modules/map.json diff --git a/test/powershell/Modules/map.json b/test/powershell/Modules/map.json new file mode 100644 index 000000000..2d6368100 --- /dev/null +++ b/test/powershell/Modules/map.json @@ -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", +}