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:
authorJason Diamond <injektilo@mono-cvs.ximian.com>2002-07-12 08:07:15 +0400
committerJason Diamond <injektilo@mono-cvs.ximian.com>2002-07-12 08:07:15 +0400
commitc8ff8606191173071f45ee62c57655b09c3c3da6 (patch)
treea1a5a2aaa98c0c9812bb37501532cf37e1cbd78a /mcs/class/System.XML/Test/MonoMicro.Test.csproj
parent2f7666c877421a6e32d7a3a37e60aecf64de5a48 (diff)
Added some tests for the SelectNodes method.
svn path=/trunk/mcs/; revision=5717
Diffstat (limited to 'mcs/class/System.XML/Test/MonoMicro.Test.csproj')
-rw-r--r--mcs/class/System.XML/Test/MonoMicro.Test.csproj7
1 files changed, 6 insertions, 1 deletions
diff --git a/mcs/class/System.XML/Test/MonoMicro.Test.csproj b/mcs/class/System.XML/Test/MonoMicro.Test.csproj
index 0c0d4715f18..37467c078d4 100644
--- a/mcs/class/System.XML/Test/MonoMicro.Test.csproj
+++ b/mcs/class/System.XML/Test/MonoMicro.Test.csproj
@@ -75,7 +75,7 @@
<Reference
Name = "System.XML"
AssemblyName = "System.XML"
- HintPath = "..\obj\Debug\System.XML.dll"
+ HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.XML.dll"
/>
</References>
</Build>
@@ -96,6 +96,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "SelectNodesTests.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "XmlAttributeTests.cs"
SubType = "Code"
BuildAction = "Compile"