fixed NamespaceParserRegistry.Reset()

This commit is contained in:
eeichinger
2009-05-23 13:22:39 +00:00
parent c466802526
commit 34fea21fdd
2 changed files with 23 additions and 10 deletions

View File

@@ -57,6 +57,18 @@ namespace Spring.Objects.Factory.Xml
}
}
[SetUp]
public void SetUp()
{
NamespaceParserRegistry.Reset();
}
[TearDown]
public void TearDown()
{
NamespaceParserRegistry.Reset();
}
#if !NET_1_0
/// <summary>
/// This test doesn't work on .NET 1.0 because there are no XmlResolvers for schema loading...