Explorar el Código

2003-04-12 Atsushi Enomoto <[email protected]>

	* moved testcases into each namespace-named directories.
	  fixed System.XML_linux_test.args and MonoMicro.test.csproj
	  along with it.
	* added XmlFiles directory for test xml files.

svn path=/trunk/mcs/; revision=13554
Atsushi Eno hace 23 años
padre
commit
6eb08033a3

+ 7 - 0
mcs/class/System.XML/Test/ChangeLog

@@ -1,3 +1,10 @@
+2003-04-12  Atsushi Enomoto <[email protected]>
+
+	* moved testcases into each namespace-named directories.
+	  fixed System.XML_linux_test.args and MonoMicro.test.csproj
+	  along with it.
+	* added XmlFiles directory for test xml files.
+
 2003-03-23  Atsushi Enomoto <[email protected]>
 
 	* added XmlReaderCommonTests.cs which is mostly copied from

+ 66 - 31
mcs/class/System.XML/Test/MonoMicro.Test.csproj

@@ -62,11 +62,6 @@
                     AssemblyName = "System"
                     HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.dll"
                 />
-                <Reference
-                    Name = "NUnitCore"
-                    AssemblyName = "NUnitCore"
-                    HintPath = "..\..\..\nunit\NUnitCore.dll"
-                />
                 <Reference
                     Name = "System.Data"
                     AssemblyName = "System.Data"
@@ -77,131 +72,171 @@
                     AssemblyName = "System.XML"
                     HintPath = "..\obj\Debug\System.XML.dll"
                 />
+                <Reference
+                    Name = "nunit.framework"
+                    AssemblyName = "nunit.framework"
+                    HintPath = "..\..\..\nunit20\NUnit.Framework.dll"
+                />
             </References>
         </Build>
         <Files>
             <Include>
                 <File
-                    RelPath = "AllTests.cs"
+                    RelPath = "ChangeLog"
+                    BuildAction = "None"
+                />
+                <File
+                    RelPath = "System.Xml\NameTableTests.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "ChangeLog"
-                    BuildAction = "None"
+                    RelPath = "System.Xml\XmlAttributeCollectionTests.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
+                    RelPath = "System.Xml\XmlAttributeTests.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
+                    RelPath = "System.Xml\XmlCDataSectionTests.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
+                    RelPath = "System.Xml\XmlCharacterDataTests.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
+                    RelPath = "System.Xml\XmlCommentTests.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
+                    RelPath = "System.Xml\XmlDeclarationTests.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
+                />
+                <File
+                    RelPath = "System.Xml\XmlDocumentFragmentTests.cs"
+                    SubType = "Code"
+                    BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "NameTableTests.cs"
+                    RelPath = "System.Xml\XmlDocumentTests.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "SelectNodesTests.cs"
+                    RelPath = "System.Xml\XmlDocumentTypeTests.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "XmlAttributeCollectionTests.cs"
+                    RelPath = "System.Xml\XmlElementTests.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "XmlAttributeTests.cs"
+                    RelPath = "System.Xml\XmlEntityReferenceTests.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "XmlCDataSectionTests.cs"
+                    RelPath = "System.Xml\XmlNamespaceManagerTests.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "XmlCharacterDataTests.cs"
+                    RelPath = "System.Xml\XmlNodeListTests.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "XmlCommentTests.cs"
+                    RelPath = "System.Xml\XmlNodeReaderTests.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "XmlDeclarationTests.cs"
+                    RelPath = "System.Xml\XmlNodeTests.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "XmlDocumentTests.cs"
+                    RelPath = "System.Xml\XmlProcessingInstructionTests.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "XmlDocumentTypeTests.cs"
+                    RelPath = "System.Xml\XmlSignificantWhitespaceTests.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "XmlElementTests.cs"
+                    RelPath = "System.Xml\XmlTextReaderTests.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "XmlNamespaceManagerTests.cs"
+                    RelPath = "System.Xml\XmlTextTests.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "XmlNodeListTests.cs"
+                    RelPath = "System.Xml\XmlTextWriterTests.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "XmlNodeTests.cs"
+                    RelPath = "System.Xml\XmlWhiteSpaceTests.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "XmlProcessingInstructionTests.cs"
+                    RelPath = "System.Xml\XmlWriterTests.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "XmlSignificantWhitespaceTests.cs"
+                    RelPath = "System.Xml.Schema\XmlSchemaTests.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "XmlTextReaderTests.cs"
+                    RelPath = "System.Xml.Serialization\XmlSerializerTestClasses.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "XmlTextTests.cs"
+                    RelPath = "System.Xml.Serialization\XmlSerializerTests.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "XmlTextWriterTests.cs"
+                    RelPath = "System.Xml.XPath\SelectNodesTests.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "XmlWhiteSpaceTests.cs"
+                    RelPath = "System.Xml.XPath\XPathNavigatorEvaluateTests.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "XPathNavigatorEvaluateTests.cs"
+                    RelPath = "System.Xml.XPath\XPathNavigatorMatchesTests.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "XPathNavigatorMatchesTests.cs"
+                    RelPath = "System.Xml.XPath\XPathNavigatorTests.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />
                 <File
-                    RelPath = "XPathNavigatorTests.cs"
+                    RelPath = "System.Xml.Xsl\XslTransformTests.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />

+ 31 - 27
mcs/class/System.XML/Test/System.XML_linux_test.args

@@ -1,27 +1,31 @@
-NameTableTests.cs
-SelectNodesTests.cs
-XmlAttributeCollectionTests.cs
-XmlAttributeTests.cs
-XmlCDataSectionTests.cs
-XmlCharacterDataTests.cs
-XmlCommentTests.cs
-XmlDeclarationTests.cs
-XmlDocumentFragmentTests.cs
-XmlDocumentTests.cs
-XmlDocumentTypeTests.cs
-XmlElementTests.cs
-XmlEntityReferenceTests.cs
-XmlNamespaceManagerTests.cs
-XmlNodeListTests.cs
-XmlNodeReaderTests.cs
-XmlNodeTests.cs
-XmlProcessingInstructionTests.cs
-XmlSignificantWhitespaceTests.cs
-XmlTextReaderTests.cs
-XmlTextTests.cs
-XmlTextWriterTests.cs
-XmlWhiteSpaceTests.cs
-XmlWriterTests.cs
-XPathNavigatorEvaluateTests.cs
-XPathNavigatorMatchesTests.cs
-XPathNavigatorTests.cs
+System.Xml/NameTableTests.cs
+System.Xml/XmlAttributeCollectionTests.cs
+System.Xml/XmlAttributeTests.cs
+System.Xml/XmlCDataSectionTests.cs
+System.Xml/XmlCharacterDataTests.cs
+System.Xml/XmlCommentTests.cs
+System.Xml/XmlDeclarationTests.cs
+System.Xml/XmlDocumentFragmentTests.cs
+System.Xml/XmlDocumentTests.cs
+System.Xml/XmlDocumentTypeTests.cs
+System.Xml/XmlElementTests.cs
+System.Xml/XmlEntityReferenceTests.cs
+System.Xml/XmlNamespaceManagerTests.cs
+System.Xml/XmlNodeListTests.cs
+System.Xml/XmlNodeReaderTests.cs
+System.Xml/XmlNodeTests.cs
+System.Xml/XmlProcessingInstructionTests.cs
+System.Xml/XmlSignificantWhitespaceTests.cs
+System.Xml/XmlTextReaderTests.cs
+System.Xml/XmlTextTests.cs
+System.Xml/XmlTextWriterTests.cs
+System.Xml/XmlWhiteSpaceTests.cs
+System.Xml/XmlWriterTests.cs
+System.Xml.Schema/XmlSchemaTests.cs
+System.Xml.Serialization/XmlSerializerTests.cs
+System.Xml.Serialization/XmlSerializerTestClasses.cs
+System.Xml.XPath/SelectNodesTests.cs
+System.Xml.XPath/XPathNavigatorEvaluateTests.cs
+System.Xml.XPath/XPathNavigatorMatchesTests.cs
+System.Xml.XPath/XPathNavigatorTests.cs
+System.Xml.Xsl/XslTransformTests.cs