cleanup ContextRegistry after each ContextHandler test

This commit is contained in:
eeichinger
2011-01-07 20:40:56 +00:00
parent d0135e2a73
commit e3cbb13899

View File

@@ -50,6 +50,12 @@ namespace Spring.Context.Support
ContextRegistry.Clear();
}
[TearDown]
public void TearDown()
{
ContextRegistry.Clear();
}
[Test]
public void CreateContextSuccessful()
{