aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TESTING.txt
diff options
context:
space:
mode:
authorMike Mazur2009-02-20 04:55:09 +0000
committerMike Mazur2009-02-20 04:55:09 +0000
commitdd70309fdf9cb4b3ab5db157f38a5d2e7d952892 (patch)
tree75784ecea0eb78ec72414288d2fe88efa75fd705 /TESTING.txt
parentSafe to remove remoting_listener_port out of OpenSim.ini. (diff)
downloadopensim-SC_OLD-dd70309fdf9cb4b3ab5db157f38a5d2e7d952892.zip
opensim-SC_OLD-dd70309fdf9cb4b3ab5db157f38a5d2e7d952892.tar.gz
opensim-SC_OLD-dd70309fdf9cb4b3ab5db157f38a5d2e7d952892.tar.bz2
opensim-SC_OLD-dd70309fdf9cb4b3ab5db157f38a5d2e7d952892.tar.xz
Update TESTING.txt. Mantis #3174.
Diffstat (limited to 'TESTING.txt')
-rw-r--r--TESTING.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/TESTING.txt b/TESTING.txt
index 6eec2ef..94f5887 100644
--- a/TESTING.txt
+++ b/TESTING.txt
@@ -1,14 +1,14 @@
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
5On Linux: 5On Linux:
6 6
7 > nant test 7 > nant test
8 8
9This will print out to the console the test state. 9This will print out to the console the test state.
10 10
11On Windows: ?? 11On Windows: Please see the TESTING ON WINDOWS section below.
12 12
13 13
14Also, every checkin will run tests that are kicked off by bamboo. 14Also, every checkin will run tests that are kicked off by bamboo.
@@ -91,7 +91,8 @@ needs to be first copied to bin/ before nunit-console is executed.
91[3] http://opensimulator.org:8085/ 91[3] http://opensimulator.org:8085/
92""" 92"""
93 93
94==TESTING== 94==TESTING ON WINDOWS==
95
95To use nunit testing on opensim code, you have a variety of methods. The 96To use nunit testing on opensim code, you have a variety of methods. The
96easiast methods involve using IDE capabilities to test code. Using 97easiast methods involve using IDE capabilities to test code. Using
97VS2005/2008 I recommend using the testing capabilities of Resarper(commercial) 98VS2005/2008 I recommend using the testing capabilities of Resarper(commercial)
@@ -119,7 +120,7 @@ lack IDE addins ( or lack IDEs at all ).
119 120
120Nunit console allows you to execute the nunit tests of assemblies via console. 121Nunit console allows you to execute the nunit tests of assemblies via console.
121Its output will show test failures and successes and a summary of what 122Its output will show test failures and successes and a summary of what
122happened. This is very useful for a quick overview and/or automated testing. 123happened. This is very useful for a quick overview and/or automated testing.
123 124
124Windows 125Windows
125Windows version of nunit-console is by default .Net 2.0 if you downloaded the 126Windows version of nunit-console is by default .Net 2.0 if you downloaded the