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:
-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;