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:
authoriain holmes <iain@xamarin.com>2015-04-10 19:57:47 +0300
committeriain holmes <iain@xamarin.com>2015-04-14 16:39:09 +0300
commit43670789f1a4c86afee6c587ad84adbf888cf873 (patch)
tree4b9d6074940974839bba0b3b551afcedd0db49d9 /main/tests/UserInterfaceTests/TestService.cs
parent6c1044eac7b9fd964b77f94f56eddd44ca46b3e6 (diff)
[UITest] Update the test framework
Updated the test framework to support the current set of UI Tests
Diffstat (limited to 'main/tests/UserInterfaceTests/TestService.cs')
-rw-r--r--main/tests/UserInterfaceTests/TestService.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/main/tests/UserInterfaceTests/TestService.cs b/main/tests/UserInterfaceTests/TestService.cs
index 293832ae29..c1c1730bda 100644
--- a/main/tests/UserInterfaceTests/TestService.cs
+++ b/main/tests/UserInterfaceTests/TestService.cs
@@ -36,8 +36,6 @@ namespace UserInterfaceTests
public static void StartSession (string monoDevelopBinPath = null)
{
- Console.WriteLine ("Starting application");
-
Session = new AutoTestClientSession ();
//TODO: support for testing the installed app
@@ -52,7 +50,6 @@ namespace UserInterfaceTests
public static void EndSession ()
{
- Console.WriteLine ("Stopping application");
Session.Stop ();
}
}