Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Test/UnitTests/TestSetupService.cs')
-rw-r--r--Test/UnitTests/TestSetupService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/UnitTests/TestSetupService.cs b/Test/UnitTests/TestSetupService.cs
index d83fe67..5546336 100644
--- a/Test/UnitTests/TestSetupService.cs
+++ b/Test/UnitTests/TestSetupService.cs
@@ -51,7 +51,7 @@ namespace UnitTests
{
setup = new SetupService ();
baseDir = Path.GetDirectoryName (new Uri (typeof(TestBase).Assembly.CodeBase).LocalPath);
- addinsDir = new DirectoryInfo (baseDir).Parent.Parent.Parent.FullName;
+ addinsDir = new DirectoryInfo (baseDir).Parent.Parent.Parent.Parent.FullName;
addinsDir = Path.Combine (addinsDir, "lib");
repoDir = Path.Combine (TempDir, "repo");