public void LoadEmptyXmlData() { Assert.DoesNotThrow(() => TagDictionary.FromSources("ident", new Dictionary <TagSource, string> { { TagSource.XmlData, "" } })); }