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-09-01 21:58:04 +0300
committerManish Sinha <manish.sinha@xamarin.com>2015-09-01 21:58:04 +0300
commit9a828d87e49a677a3521c6655b2232ac096aa2c6 (patch)
treed6d15903b74e6b4fd5b81e55492953aacd12eb26 /main/tests/UserInterfaceTests/Ide.cs
parente1d6bc1bfcef4eb21f0abb815e0c3c7b15957cf3 (diff)
Revert "[UITest] Adding 'Project Saved' and "Solution loaded." message to array of expected messages in WaitForPackageUpdate"
This reverts commit 4dfcbddd566c9f79a9d1d9521b93e071ace97493.
Diffstat (limited to 'main/tests/UserInterfaceTests/Ide.cs')
-rw-r--r--main/tests/UserInterfaceTests/Ide.cs6
1 files changed, 2 insertions, 4 deletions
diff --git a/main/tests/UserInterfaceTests/Ide.cs b/main/tests/UserInterfaceTests/Ide.cs
index 4687903e4f..6c78efc494 100644
--- a/main/tests/UserInterfaceTests/Ide.cs
+++ b/main/tests/UserInterfaceTests/Ide.cs
@@ -34,8 +34,8 @@ using MonoDevelop.Ide.Commands;
using MonoDevelop.Components.AutoTest;
using NUnit.Framework;
-using System.Collections.Generic;
-
+using System.Collections.Generic;
+
namespace UserInterfaceTests
{
public static class Ide
@@ -102,8 +102,6 @@ namespace UserInterfaceTests
public readonly static Action EmptyAction = delegate { };
static string[] waitForNuGetMessages = {
- "Project saved.",
- "Solution loaded.",
"Package updates are available.",
"Packages are up to date.",
"No updates found but warnings were reported.",