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:
authorNick Drochak <nickd@mono-cvs.ximian.com>2003-04-15 09:34:08 +0400
committerNick Drochak <nickd@mono-cvs.ximian.com>2003-04-15 09:34:08 +0400
commit788a4347c257268ac8bca4d5e1ee8eb62099abae (patch)
tree6a035b17e5e25bbfd4c7fc0343c42259ceb75b25 /mcs/class/System.Configuration.Install
parent8cb38e44130260160b7eb8cc633ffb46f0b62bf7 (diff)
2003-04-15 Nick Drochak <ndrochak@gol.com>
* Use nunit version 2. svn path=/trunk/mcs/; revision=13640
Diffstat (limited to 'mcs/class/System.Configuration.Install')
-rw-r--r--mcs/class/System.Configuration.Install/Test/ChangeLog4
-rw-r--r--mcs/class/System.Configuration.Install/Test/System.Configuration.Install_test.build7
2 files changed, 6 insertions, 5 deletions
diff --git a/mcs/class/System.Configuration.Install/Test/ChangeLog b/mcs/class/System.Configuration.Install/Test/ChangeLog
index 01556b000a0..69d40d85359 100644
--- a/mcs/class/System.Configuration.Install/Test/ChangeLog
+++ b/mcs/class/System.Configuration.Install/Test/ChangeLog
@@ -1,3 +1,7 @@
+2003/04/15 Nick Drochak <ndrochak@gol.com>
+
+ * System.Configuration.Install_test.build: use nunit version 2.
+
2002-03-29 Nick Drochak <ndrochak@gol.com>
* makefile.gnu: change 8 spaces to tabs
diff --git a/mcs/class/System.Configuration.Install/Test/System.Configuration.Install_test.build b/mcs/class/System.Configuration.Install/Test/System.Configuration.Install_test.build
index d92e5e78fb4..960594ca0a9 100644
--- a/mcs/class/System.Configuration.Install/Test/System.Configuration.Install_test.build
+++ b/mcs/class/System.Configuration.Install/Test/System.Configuration.Install_test.build
@@ -6,7 +6,6 @@
<project name="System_test" default="build">
<property name="debug" value="true"/>
- <property name="nunit_home" value="..\..\..\nunit"/>
<target name="build">
</target>
@@ -16,17 +15,15 @@
<sources>
<includes name="**/*.cs"/>
</sources>
- <references basedir="..\..\..\nunit">
- <includes name="NUnitCore.dll"/>
- </references>
<arg value="/noconfig"/>
+ <arg value="/r:..\..\..\nunit20\NUnit.Framework.dll"/>
</csc>
</target>
<target name="test" depends="assemblies">
- <exec program="..\..\..\nunit\NUnitConsole" commandline="MonoTests.AllTests,System.Configuration.Install_test.dll" failonerror="false"/>
+ <exec program="..\..\..\nunit20\nunit-console.exe" commandline="System.Configuration.Install_test.dll" failonerror="false"/>
</target>
<target name="clean">