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:
authorManish Sinha <manish.sinha@xamarin.com>2015-10-13 20:51:41 +0300
committerManish Sinha <manish.sinha@xamarin.com>2015-10-13 20:51:41 +0300
commit14a8dee7c5a597a6b374109b17cf2388400d851e (patch)
treecc89b8af78d11aa4b64393d01e0538688086c042 /main/tests/UserInterfaceTests/TestService.cs
parentc12a45ca175bf300797489ce34a80d4519d531a3 (diff)
Revert "[UITest] Update custom user profile env var"
This reverts commit 3ea9b4c4965525d7382a7caa708e8e654dd04666.
Diffstat (limited to 'main/tests/UserInterfaceTests/TestService.cs')
-rw-r--r--main/tests/UserInterfaceTests/TestService.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/main/tests/UserInterfaceTests/TestService.cs b/main/tests/UserInterfaceTests/TestService.cs
index 8678ce1dc5..ba24222dee 100644
--- a/main/tests/UserInterfaceTests/TestService.cs
+++ b/main/tests/UserInterfaceTests/TestService.cs
@@ -27,7 +27,6 @@
using System;
using MonoDevelop.Components.AutoTest;
using System.Collections.Generic;
-using MonoDevelop.Core;
namespace UserInterfaceTests
{
@@ -42,7 +41,7 @@ namespace UserInterfaceTests
//TODO: support for testing the installed app
Session.StartApplication (file: monoDevelopBinPath, environment: new Dictionary<string,string> {
- { "MONODEVELOP_PROFILE", profilePath ?? Util.CreateTmpDir ("profile") }
+ { "MONODEVELOP_TEST_PROFILE", profilePath ?? Util.CreateTmpDir ("profile") }
});
Session.SetGlobalValue ("MonoDevelop.Core.Instrumentation.InstrumentationService.Enabled", true);