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:
authorDuncan Mak <duncan@mono-cvs.ximian.com>2002-03-26 01:28:15 +0300
committerDuncan Mak <duncan@mono-cvs.ximian.com>2002-03-26 01:28:15 +0300
commita412fd0beeea7a51064f4fc9018ac881cb52bf92 (patch)
tree2ccf177e545f7057b25a751fc99c49332469407e /mcs/class/System.XML/Test/Mono.Test.csproj
parentb8c9444706b5f89b3fe647b384b0f0f53c767be8 (diff)
2002-03-25 Duncan Mak <duncan@ximian.com>
* XmlDeclaration.cs: Rewrote the class, fixed formatting, added missing properties (InnerText, Value). * XmlDocument.cs (CreateXmlDeclaration): Implemented. * AllTests.cs: * Microsoft.Test.csproj: * Mono.Test.csproj: Updated to include new test, XmlDeclarationTests. * XmlDeclarationTests.cs: Added new test for XmlDeclaration class. svn path=/trunk/mcs/; revision=3338
Diffstat (limited to 'mcs/class/System.XML/Test/Mono.Test.csproj')
-rw-r--r--mcs/class/System.XML/Test/Mono.Test.csproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Test/Mono.Test.csproj b/mcs/class/System.XML/Test/Mono.Test.csproj
index 69de7090b4b..720c38866f2 100644
--- a/mcs/class/System.XML/Test/Mono.Test.csproj
+++ b/mcs/class/System.XML/Test/Mono.Test.csproj
@@ -111,6 +111,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "XmlDeclarationTests.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "XmlDocumentTests.cs"
SubType = "Code"
BuildAction = "Compile"