Переглянути джерело

2005-08-31 Sebastien Pouliot <[email protected]>

	* Makefile: /unsafe isn't required to build System.Xml.
	* System.Xml_test.dll.sources: Added new CAS unit tests.


svn path=/trunk/mcs/; revision=49180
Sebastien Pouliot 20 роки тому
батько
коміт
88d4de5a43

+ 5 - 0
mcs/class/System.XML/ChangeLog

@@ -1,3 +1,8 @@
+2005-08-31  Sebastien Pouliot  <[email protected]>
+
+	* Makefile: /unsafe isn't required to build System.Xml.
+	* System.Xml_test.dll.sources: Added new CAS unit tests.
+
 2005-07-31  Gert Driesen  <[email protected]>
 
 	* System.Xml_test.dll.sources: Added tests for default values of

+ 1 - 1
mcs/class/System.XML/Makefile

@@ -22,7 +22,7 @@ ifdef USE_BOOT_COMPILE
 LIBRARY_COMPILE = $(BOOT_COMPILE)
 endif
 
-LIB_MCS_FLAGS = /unsafe -r:$(corlib) -r:System.dll -nowarn:0162 -nowarn:0618 -nowarn:0612
+LIB_MCS_FLAGS = -r:$(corlib) -r:System.dll -nowarn:0162 -nowarn:0618 -nowarn:0612
 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
 
 nist_dom_files = \

+ 7 - 0
mcs/class/System.XML/System.Xml_test.dll.sources

@@ -79,3 +79,10 @@ System.Xml.XPath/XPathNavigatorTests.cs
 System.Xml.XPath/XPathNavigatorCommonTests.cs
 System.Xml.Xsl/XslTransformTests.cs
 System.Xml.Xsl/MsxslScriptTests.cs
+System.Xml/XmlExceptionCas.cs
+System.Xml/XmlSecureResolverCas.cs
+System.Xml.Schema/XmlSchemaExceptionCas.cs
+System.Xml.Xsl/XsltArgumentListCas.cs
+System.Xml.Xsl/XsltCompileExceptionCas.cs
+System.Xml.Xsl/XsltExceptionCas.cs
+System.Xml.XPath/XPathExceptionCas.cs