Sfoglia il codice sorgente

Added Reset() call to AutoInitShutdown.After

Tig 1 anno fa
parent
commit
f3536f8a86
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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 ();
         }
     }