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
path: root/main
diff options
context:
space:
mode:
authorMichael Hutchinson <m.j.hutchinson@gmail.com>2013-08-29 20:39:12 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2013-08-29 21:47:38 +0400
commit588bdb9221fd757ba3a47a9b370eecfd13790c55 (patch)
treebba26e7c441acb6c7b7f2990669d1860f17dd49f /main
parent141688ae1685b24d72738166ce6af629b8b5f160 (diff)
[Tests] Remove redundant BuildWithMSBuild set
Even though it's now a no-op, it was confusing other things on the build bots, since they don't use separate test environments.
Diffstat (limited to 'main')
-rw-r--r--main/tests/UnitTests/MonoDevelop.Projects/MSBuildTests.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/main/tests/UnitTests/MonoDevelop.Projects/MSBuildTests.cs b/main/tests/UnitTests/MonoDevelop.Projects/MSBuildTests.cs
index c611b1cd3c..59efcdaa9e 100644
--- a/main/tests/UnitTests/MonoDevelop.Projects/MSBuildTests.cs
+++ b/main/tests/UnitTests/MonoDevelop.Projects/MSBuildTests.cs
@@ -71,8 +71,6 @@ namespace MonoDevelop.Projects
[Test]
public void BuildConsoleProject ()
{
- PropertyService.Set ("MonoDevelop.Ide.BuildWithMSBuild", true);
-
Solution sol = TestProjectsChecks.CreateConsoleSolution ("console-project-msbuild");
sol.Save (Util.GetMonitor ());