Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeting Yang <ketyang@microsoft.com>2019-09-20 17:44:22 +0300
committerGitHub <noreply@github.com>2019-09-20 17:44:22 +0300
commit2a2633021d307ab602c9cff363aa218729baf53b (patch)
tree5fd531bb5cc20993b1be1531c6ea27eb3255bbfe /main/src/addins/MonoDevelop.UnitTesting
parentf33c9d08d6a07fa04f318222dbd6a7372643e365 (diff)
Update VsTestProjectTestSuite.cs
Diffstat (limited to 'main/src/addins/MonoDevelop.UnitTesting')
-rw-r--r--main/src/addins/MonoDevelop.UnitTesting/MonoDevelop.UnitTesting.VsTest/VsTestProjectTestSuite.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/addins/MonoDevelop.UnitTesting/MonoDevelop.UnitTesting.VsTest/VsTestProjectTestSuite.cs b/main/src/addins/MonoDevelop.UnitTesting/MonoDevelop.UnitTesting.VsTest/VsTestProjectTestSuite.cs
index 12810f8e78..b7750d1f70 100644
--- a/main/src/addins/MonoDevelop.UnitTesting/MonoDevelop.UnitTesting.VsTest/VsTestProjectTestSuite.cs
+++ b/main/src/addins/MonoDevelop.UnitTesting/MonoDevelop.UnitTesting.VsTest/VsTestProjectTestSuite.cs
@@ -89,6 +89,7 @@ namespace MonoDevelop.UnitTesting.VsTest
protected override async void OnCreateTests ()
{
+ AddOldTests ();
if (testDiscoveryTask == null) {
testDiscoveryTask = DiscoverTestsAsync ();
}
@@ -164,7 +165,6 @@ namespace MonoDevelop.UnitTesting.VsTest
public async override Task Refresh (CancellationToken ct)
{
- AddOldTests ();
if (testDiscoveryTask == null) {
testDiscoveryTask = DiscoverTestsAsync ();
}