Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adapt integration test to additional VSTS pool 'Hosted Ubuntu 1604' #66

Merged
merged 2 commits into from
Jul 29, 2018
Merged
Changes from 1 commit
Commits
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
Next Next commit
adapt integration test to additional VSTS pool 'Hosted Ubuntu 1604'
KaiWalter committed Jul 26, 2018

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit 98a0da29748e83d352f0ecfe90353250e342a3a8
6 changes: 3 additions & 3 deletions integration/test/010_projects.Tests.ps1
Original file line number Diff line number Diff line change
@@ -162,7 +162,7 @@ Describe 'VSTeam Integration Tests' -Tag 'integration' {
$actual.name | Should Be 'Default'
}
else {
$actual.Count | Should Be 5
$actual.Count | Should Be 6
}
}
}
@@ -177,7 +177,7 @@ Describe 'VSTeam Integration Tests' -Tag 'integration' {
}
else {
$global:queueId = $actual[0].id
$actual.Count | Should Be 5
$actual.Count | Should Be 6
}
}

@@ -234,7 +234,7 @@ Describe 'VSTeam Integration Tests' -Tag 'integration' {

# Not supported on TFS 2017
if ($api -ne 'TFS2017') {
It 'Add-VSTeamServiceFabricEndpoint Should add servcie endpoint' {
It 'Add-VSTeamServiceFabricEndpoint Should add service endpoint' {
{ Add-VSTeamServiceFabricEndpoint -ProjectName $newProjectName -endpointName 'ServiceFabricTestEndoint' `
-url "tcp://10.0.0.1:19000" -useWindowsSecurity $false } | Should Not Be $null
}