Explorar o código

Added Reset() call to AutoInitShutdown.After

Tig hai 1 ano
pai
achega
f3536f8a86
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 ();
         }
     }