Skip to content

Commit

Permalink
adapt integration test to additional VSTS pool 'Hosted Ubuntu 1604' (#66
Browse files Browse the repository at this point in the history
)

* adapt integration test to additional VSTS pool 'Hosted Ubuntu 1604'

* Updating psd1 and readme but not releasing new version yet.
  • Loading branch information
KaiWalter authored and DarqueWarrior committed Jul 29, 2018
1 parent b2c382f commit bb6e3cb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ The cases of every file is very important. This module is to be used on Windows,

## Release Notes

### 3.0.3

Merged [Pull Request](https://github.com/DarqueWarrior/vsteam/pull/66) from [Kai Walter](https://github.com/KaiWalter) which included the following:

Updated integration tests to account for the new hosted agent pool.

### 3.0.2

Added Get-VSTeamGitRef to retrieve the branches for adding Pull Request support in the future.
Expand Down
2 changes: 1 addition & 1 deletion VSTeam.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
RootModule = ''

# Version number of this module.
ModuleVersion = '3.0.2'
ModuleVersion = '3.0.3'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
6 changes: 3 additions & 3 deletions integration/test/010_projects.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
}
Expand All @@ -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
}
}

Expand Down Expand Up @@ -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
}
Expand Down

0 comments on commit bb6e3cb

Please sign in to comment.