Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.XML/Test/System.Xml.Serialization/XmlCodeExporterTests.cs')
-rw-r--r--mcs/class/System.XML/Test/System.Xml.Serialization/XmlCodeExporterTests.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/mcs/class/System.XML/Test/System.Xml.Serialization/XmlCodeExporterTests.cs b/mcs/class/System.XML/Test/System.Xml.Serialization/XmlCodeExporterTests.cs
index bb8222543c4..d08b16b98c8 100644
--- a/mcs/class/System.XML/Test/System.Xml.Serialization/XmlCodeExporterTests.cs
+++ b/mcs/class/System.XML/Test/System.Xml.Serialization/XmlCodeExporterTests.cs
@@ -27,6 +27,8 @@ using NUnit.Framework;
using MonoTests.System.Xml.TestClasses;
+using MonoTests.Helpers;
+
namespace MonoTests.System.XmlSerialization
{
[TestFixture]
@@ -931,7 +933,7 @@ namespace MonoTests.System.XmlSerialization
[Test]
public void DuplicateIdentifiers ()
{
- XmlSchema xs = XmlSchema.Read (File.OpenText ("Test/XmlFiles/xsd/82078.xsd"), null);
+ XmlSchema xs = XmlSchema.Read (File.OpenText (TestResourceHelper.GetFullPathOfResource ("Test/XmlFiles/xsd/82078.xsd")), null);
XmlSchemas xss = new XmlSchemas ();
xss.Add (xs);