Skip to content
This repository has been archived by the owner on Jun 21, 2020. It is now read-only.

Commit

Permalink
Feature/jo acceptance tests (#41)
Browse files Browse the repository at this point in the history
* Adding acceptance tests.

* Finished coding Approvals - Acceptance Tests.

* Added connect acceptance test.

* Updated ThirdPartyNotices.txt

* Added basic pages.

* Added pages.

* Finished with the tests.

* Added unit tests for default controller.

* Added updated config files.

* Fixed some issues.

* Ignore one test.

* Second try.
  • Loading branch information
jeffrey-opdam committed Jun 27, 2017
1 parent a2533f3 commit 2b7e311
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public class VstsServiceTest
/// <returns>A <see cref="Task"/> representing the asynchronous unit test.</returns>
[SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate", Justification = "Test method shouldn't be a property. Test method name corresponds to method under test.")]
[TestMethod]
[Ignore]
public async Task ChangeApprovalStatusTest()
{
var service = new VstsService();
Expand Down

0 comments on commit 2b7e311

Please sign in to comment.