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:
authorLluis Sanchez <lluis@xamarin.com>2022-10-27 20:48:26 +0300
committerLluis Sanchez <lluis@xamarin.com>2022-10-27 20:48:26 +0300
commit3f407596bcbf7ceef7db46da81728b70dae6aa60 (patch)
treeb2b6c9f835b3f116517aa9aa47b7751b6e7d32fe
parent719779f42e582b02c023aa1b2bc3d5f1c4bc9ca4 (diff)
Fix test
-rw-r--r--Test/UnitTests/TestEvents.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Test/UnitTests/TestEvents.cs b/Test/UnitTests/TestEvents.cs
index 3bedf9e..2b4b988 100644
--- a/Test/UnitTests/TestEvents.cs
+++ b/Test/UnitTests/TestEvents.cs
@@ -453,6 +453,7 @@ namespace UnitTests
}
finally
{
+ AddinManager.RemoveExtensionNodeHandler("/SimpleApp/Writers", OnExtensionChange2);
AddinManager.AddinLoadError -= AddinManager_AddinLoadError;
AddinManager.Registry.EnableAddin("SimpleApp.FileContentExtension,0.1.0");
}