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:
-rw-r--r--mcs/class/System.XML/Test/System.Xml.Serialization/XmlSchemaExporterTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.XML/Test/System.Xml.Serialization/XmlSchemaExporterTests.cs b/mcs/class/System.XML/Test/System.Xml.Serialization/XmlSchemaExporterTests.cs
index d77dd19a5a3..b40bf91b978 100644
--- a/mcs/class/System.XML/Test/System.Xml.Serialization/XmlSchemaExporterTests.cs
+++ b/mcs/class/System.XML/Test/System.Xml.Serialization/XmlSchemaExporterTests.cs
@@ -190,7 +190,7 @@ namespace MonoTests.System.XmlSerialization
XmlReflectionImporter ri = new XmlReflectionImporter ("NSPrimGuid");
XmlSchemas schemas = new XmlSchemas ();
XmlSchemaExporter sx = new XmlSchemaExporter (schemas);
- XmlTypeMapping tm = ri.ImportTypeMapping (typeof (int));
+ XmlTypeMapping tm = ri.ImportTypeMapping (typeof (Guid));
sx.ExportTypeMapping (tm);
Assert.AreEqual (2, schemas.Count, "#1");