Преглед на файлове

Added Reset() call to AutoInitShutdown.After

Tig преди 1 година
родител
ревизия
f3536f8a86
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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 ();
         }
     }