Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
8c585f6
[feature]
SteveL-MSFT Nov 5, 2018
02f566b
[feature]
SteveL-MSFT Nov 20, 2018
6d290b4
[feature]
SteveL-MSFT Nov 20, 2018
6727dd7
[feature]
SteveL-MSFT Nov 20, 2018
745a91b
Update test/powershell/engine/ExperimentalFeature/Get-ExperimentalFea…
iSazonov Nov 30, 2018
e8218a3
Update test/powershell/engine/ExperimentalFeature/Get-ExperimentalFea…
iSazonov Nov 30, 2018
3f737e5
Update test/powershell/engine/ExperimentalFeature/Get-ExperimentalFea…
iSazonov Nov 30, 2018
0fd3980
Update test/powershell/engine/ExperimentalFeature/Get-ExperimentalFea…
iSazonov Nov 30, 2018
596afc7
Update test/powershell/engine/ExperimentalFeature/Get-ExperimentalFea…
iSazonov Nov 30, 2018
ce871df
Update test/powershell/engine/ExperimentalFeature/Get-ExperimentalFea…
iSazonov Nov 30, 2018
7269cf6
Update test/powershell/engine/ExperimentalFeature/Get-ExperimentalFea…
iSazonov Nov 30, 2018
903ea39
address Ilya's feedback
SteveL-MSFT Nov 30, 2018
ecf82cf
Update test/powershell/engine/ExperimentalFeature/Get-ExperimentalFea…
iSazonov Nov 30, 2018
890a412
Update test/powershell/engine/ExperimentalFeature/Get-ExperimentalFea…
iSazonov Nov 30, 2018
3b8d53e
add helpuri
SteveL-MSFT Nov 30, 2018
34e020b
change fwdlink for get-experimentalfeature to original
SteveL-MSFT Nov 30, 2018
0508fdd
Update src/System.Management.Automation/engine/ExperimentalFeature/En…
iSazonov Dec 3, 2018
8de4efe
Update src/System.Management.Automation/engine/ExperimentalFeature/En…
vexx32 Dec 4, 2018
86b56a2
[feature]
SteveL-MSFT Dec 4, 2018
93be24e
[feature]
SteveL-MSFT Dec 5, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update test/powershell/engine/ExperimentalFeature/Get-ExperimentalFea…
…ture.Tests.ps1

Co-Authored-By: SteveL-MSFT <slee@microsoft.com>
  • Loading branch information
iSazonov and SteveL-MSFT authored Nov 30, 2018
commit ecf82cf7ec042d4fc569c219035f2e993b4bca16
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Describe "Get-ExperimentalFeature Tests" -tags "Feature","RequireAdminOnWindows"
$features = pwsh -noprofile -output xml -command { "ExpTest.FeatureOne", "ExpTest.FeatureTwo" | Get-ExperimentalFeature }
$features | Should -Not -BeNullOrEmpty
$features[0].Name | Should -BeExactly "ExpTest.FeatureOne"
$features[0].Enabled | Should -Be $false
$features[0].Enabled | Should -BeFalse
$features[0].Source | Should -BeExactly $testModuleManifestPath

$features[1].Name | Should -BeExactly "ExpTest.FeatureTwo"
Expand Down