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-08-26 23:04:16 +0300
committerManish Sinha <manish.sinha@xamarin.com>2015-08-26 23:04:16 +0300
commit04840636c6f9c4b13cc0e304fef0fe10fa9b7746 (patch)
treebb7d36b75741e3f167cc6e184fb8f543df392dc0 /main/tests/UserInterfaceTests/Ide.cs
parent7c7a92526ea8f718da53f1477f03585a91a133ab (diff)
[UITest] Fix ASP.NET template UITests
Diffstat (limited to 'main/tests/UserInterfaceTests/Ide.cs')
-rw-r--r--main/tests/UserInterfaceTests/Ide.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/tests/UserInterfaceTests/Ide.cs b/main/tests/UserInterfaceTests/Ide.cs
index 4e6da28111..5927ac5b64 100644
--- a/main/tests/UserInterfaceTests/Ide.cs
+++ b/main/tests/UserInterfaceTests/Ide.cs
@@ -108,6 +108,7 @@ namespace UserInterfaceTests
"No updates found but warnings were reported.",
"Packages successfully added.",
"Packages successfully updated.",
+ "Packages added with warnings.",
"Packages updated with warnings."},
timeoutInSecs: 360, pollStepInSecs: 5);
};