From 94c0b8b885c0d6837849896d6d14083a68485e04 Mon Sep 17 00:00:00 2001 From: Gert Driesen Date: Wed, 28 Dec 2005 14:56:22 +0000 Subject: * XmlSchemaExporterTests.cs: Correct mistake. svn path=/trunk/mcs/; revision=54900 --- .../System.XML/Test/System.Xml.Serialization/XmlSchemaExporterTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mcs/class/System.XML') 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"); -- cgit v1.2.3