aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TESTING.txt
diff options
context:
space:
mode:
authorDavid Walter Seikel2016-11-03 21:44:39 +1000
committerDavid Walter Seikel2016-11-03 21:44:39 +1000
commit134f86e8d5c414409631b25b8c6f0ee45fbd8631 (patch)
tree216b89d3fb89acfb81be1e440c25c41ab09fa96d /TESTING.txt
parentMore changing to production grid. Double oops. (diff)
downloadopensim-SC_OLD-134f86e8d5c414409631b25b8c6f0ee45fbd8631.zip
opensim-SC_OLD-134f86e8d5c414409631b25b8c6f0ee45fbd8631.tar.gz
opensim-SC_OLD-134f86e8d5c414409631b25b8c6f0ee45fbd8631.tar.bz2
opensim-SC_OLD-134f86e8d5c414409631b25b8c6f0ee45fbd8631.tar.xz
Initial update to OpenSim 0.8.2.1 source code.
Diffstat (limited to 'TESTING.txt')
-rw-r--r--TESTING.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/TESTING.txt b/TESTING.txt
index 08a0698..da9dd60 100644
--- a/TESTING.txt
+++ b/TESTING.txt
@@ -1,4 +1,4 @@
1=== The Quick Guide to OpenSim Unit Testing === 1= The Quick Guide to OpenSim Unit Testing =
2 2
3== Running Tests == 3== Running Tests ==
4 4
@@ -27,7 +27,7 @@ must list it in both ".nant/local.include"
27for it to be accessible to Linux users and to the continuous 27for it to be accessible to Linux users and to the continuous
28integration system. 28integration system.
29 29
30==TESTING ON WINDOWS== 30== TESTING ON WINDOWS ==
31 31
32To use nunit testing on opensim code, you have a variety of methods. The 32To use nunit testing on opensim code, you have a variety of methods. The
33easiast methods involve using IDE capabilities to test code. Using 33easiast methods involve using IDE capabilities to test code. Using
@@ -58,14 +58,14 @@ Nunit console allows you to execute the nunit tests of assemblies via console.
58Its output will show test failures and successes and a summary of what 58Its output will show test failures and successes and a summary of what
59happened. This is very useful for a quick overview and/or automated testing. 59happened. This is very useful for a quick overview and/or automated testing.
60 60
61Windows 61=== Windows ===
62Windows version of nunit-console is by default .Net 2.0 if you downloaded the 62Windows version of nunit-console is by default .Net 2.0 if you downloaded the
63.Net 2.0 version of Nunit. Be sure to setup your PATH environment variable. 63.Net 2.0 version of Nunit. Be sure to setup your PATH environment variable.
64 64
65Linux & OSX 65=== Linux & OSX ===
66On these operating systems you will have to use the command "nunit-console2" 66On these operating systems you will have to use the command "nunit-console2"
67 67
68Example 68=== Example ===
69 69
70nunit-console2 OpenSim.Framework.Tests.dll (on linux) 70nunit-console2 OpenSim.Framework.Tests.dll (on linux)
71nunit-console OpenSim.Framework.Tests.dll (on windows) 71nunit-console OpenSim.Framework.Tests.dll (on windows)