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
path: root/extras
diff options
context:
space:
mode:
authorTherzok <teromario@yahoo.com>2013-07-19 18:37:40 +0400
committerTherzok <teromario@yahoo.com>2013-07-19 18:37:40 +0400
commit1b7069d7291f9c7070667687be9f73cbf07778b9 (patch)
treefd349505a5a2eb1a249896efde537b49aa25815e /extras
parent5809cae98d11780bbd5b5e704ed7118c0287d087 (diff)
[Version Control] Change the way we ignore Update for Git.
Diffstat (limited to 'extras')
-rw-r--r--extras/VersionControl.Subversion.Win32/VersionControl.Subversion.Win32.Tests/BaseRepositoryTests.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/extras/VersionControl.Subversion.Win32/VersionControl.Subversion.Win32.Tests/BaseRepositoryTests.cs b/extras/VersionControl.Subversion.Win32/VersionControl.Subversion.Win32.Tests/BaseRepositoryTests.cs
index 5ec0100741..7bde140834 100644
--- a/extras/VersionControl.Subversion.Win32/VersionControl.Subversion.Win32.Tests/BaseRepositoryTests.cs
+++ b/extras/VersionControl.Subversion.Win32/VersionControl.Subversion.Win32.Tests/BaseRepositoryTests.cs
@@ -101,10 +101,6 @@ namespace MonoDevelop.VersionControl.Tests
[Test]
public virtual void UpdateIsDone ()
{
- //TODO: Fix the issue.
- if (DOT_DIR == ".git")
- Assert.Ignore ("Checkout command locks a pack file for Git.");
-
string added = rootCheckout + "testfile";
File.Create (added).Close ();
repo.Add (added, false, new NullProgressMonitor ());