Pārlūkot izejas kodu

Added Reset() call to AutoInitShutdown.After

Tig 1 gadu atpakaļ
vecāks
revīzija
f3536f8a86
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      UnitTests/TestHelpers.cs

+ 1 - 0
UnitTests/TestHelpers.cs

@@ -86,6 +86,7 @@ public class AutoInitShutdownAttribute : BeforeAfterTestAttribute
                 Responder.Instances.Clear ();
             }
 #endif
+            ConfigurationManager.Reset ();
         }
     }