Skip to content

VsoAgentBuildNumberTests refactored with accordance to the remark from @asbjornu #1260

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

Merged
merged 6 commits into from
Dec 5, 2017
Merged

Conversation

dpurge
Copy link
Contributor

@dpurge dpurge commented Jul 12, 2017

No functional changes - test refactored in accordance to the sugestion from @asbjornu

Copy link
Member

@asbjornu asbjornu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good! Just a minor nit and it LGTM!


[TestFixture]
public class VsoAgentBuildNumberTests
{
string key = "BUILD_BUILDNUMBER";
string logPrefix = "##vso[build.updatebuildnumber]";
List<Tuple<string, string, string>> examples;
VsoAgent versionBuilder = new VsoAgent();

[SetUp]
public void SetUpVsoAgentBuildNumberTest()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The SetUp method can probably be removed now, no?

@dpurge
Copy link
Contributor Author

dpurge commented Jul 12, 2017

Empty test setup method removed.

@dpurge dpurge closed this Jul 28, 2017
@dpurge dpurge deleted the bugfix/1257 branch July 28, 2017 11:18
@asbjornu
Copy link
Member

Hm, did I forget to merge this? I've been on a holiday so I can't really remember what the story was here. Why did you close the PR, @dpurge?

@dpurge dpurge restored the bugfix/1257 branch August 1, 2017 18:48
@dpurge
Copy link
Contributor Author

dpurge commented Aug 1, 2017

By mistake :) I removed the branch from my fork. I have restored the branch and I am re-opening pull request.

@dpurge dpurge reopened this Aug 1, 2017
@JakeGinnivan JakeGinnivan merged commit e51c088 into GitTools:master Dec 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants