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:
authorLluis Sanchez <lluis@novell.com>2006-09-05 21:56:32 +0400
committerLluis Sanchez <lluis@novell.com>2006-09-05 21:56:32 +0400
commit0fd0ee83b45e78cad3158adf40e770d2431a9d76 (patch)
tree9b64241267a278f36c66763b2fba713285140e1b
parente18c424be61b0a7c4b099b90e0e70e82ce8e7a76 (diff)
svn path=/trunk/monodevelop/; revision=649570.12
-rw-r--r--Extras/NUnit/ChangeLog5
-rw-r--r--Extras/NUnit/Services/ExternalTestRunner.cs1
2 files changed, 6 insertions, 0 deletions
diff --git a/Extras/NUnit/ChangeLog b/Extras/NUnit/ChangeLog
index 61f9e6384e..4d8ee55f40 100644
--- a/Extras/NUnit/ChangeLog
+++ b/Extras/NUnit/ChangeLog
@@ -1,3 +1,8 @@
+2006-09-05 Lluis Sanchez Gual <lluis@novell.com>
+
+ * Services/ExternalTestRunner.cs: Make sure the MonoDevelop.Projects
+ add-in is loaded in the remote process.
+
2006-07-03 Lluis Sanchez Gual <lluis@novell.com>
* MonoDevelop.NUnit.mdp:
diff --git a/Extras/NUnit/Services/ExternalTestRunner.cs b/Extras/NUnit/Services/ExternalTestRunner.cs
index 1deba118f3..b3f4c5236a 100644
--- a/Extras/NUnit/Services/ExternalTestRunner.cs
+++ b/Extras/NUnit/Services/ExternalTestRunner.cs
@@ -39,6 +39,7 @@ using NUnit.Core;
namespace MonoDevelop.NUnit
{
+ [AddinDependency ("MonoDevelop.Projects")]
class ExternalTestRunner: RemoteProcessObject
{
string assemblyName;