mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
remove more xml things no longer needed on .net >4.5.2
This commit is contained in:
@@ -93,7 +93,6 @@ namespace OpenSim.Region.CoreModules.Framework.InventoryAccess.Tests
|
||||
Assert.AreEqual(foreignUrl, ncAssetGet.CreatorID);
|
||||
string xmlData = Utils.BytesToString(ncAssetGet.Data);
|
||||
XmlDocument ncAssetGetXmlDoc = new XmlDocument();
|
||||
ncAssetGetXmlDoc.XmlResolver=null;
|
||||
ncAssetGetXmlDoc.LoadXml(xmlData);
|
||||
|
||||
// Console.WriteLine(ncAssetGetXmlDoc.OuterXml);
|
||||
|
||||
Reference in New Issue
Block a user