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-04 19:10:17 +0300
committerManish Sinha <manish.sinha@xamarin.com>2015-08-04 19:11:02 +0300
commit554c78679a93f36bb1693d32bdf9a16787f4552a (patch)
tree3ff08d06c36569fc58f43805351660ec3233ff7e /main/tests/UserInterfaceTests/VersionControlTests
parentdee5cd5320586803b7b2fedb6b32cd77a5633153 (diff)
[UITest] Add automated test for "Do not show status bar warnings for NuGet packages containing PowerShell scripts"
Diffstat (limited to 'main/tests/UserInterfaceTests/VersionControlTests')
-rw-r--r--main/tests/UserInterfaceTests/VersionControlTests/Git/GitRepositoryConfigurationTests.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/main/tests/UserInterfaceTests/VersionControlTests/Git/GitRepositoryConfigurationTests.cs b/main/tests/UserInterfaceTests/VersionControlTests/Git/GitRepositoryConfigurationTests.cs
index 4d137beb9b..c7c8d58539 100644
--- a/main/tests/UserInterfaceTests/VersionControlTests/Git/GitRepositoryConfigurationTests.cs
+++ b/main/tests/UserInterfaceTests/VersionControlTests/Git/GitRepositoryConfigurationTests.cs
@@ -72,7 +72,6 @@ namespace UserInterfaceTests
}
[Test]
- [Category ("SwitchBranch")]
[Description ("Create a New Branch and switch to it")]
public void GitSwitchBranchTest ()
{
@@ -86,7 +85,6 @@ namespace UserInterfaceTests
}
[Test]
- [Category ("SwitchBranch")]
[Description ("Create a New Branch, select it and edit the name and switch to it")]
public void GitEditBranchTest ()
{