Explorar el Código

Added Reset() call to AutoInitShutdown.After

Tig hace 1 año
padre
commit
f3536f8a86
Se han modificado 1 ficheros con 1 adiciones y 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 ();
         }
     }