diff options
author | Mike Mazur | 2009-02-20 04:55:09 +0000 |
---|---|---|
committer | Mike Mazur | 2009-02-20 04:55:09 +0000 |
commit | dd70309fdf9cb4b3ab5db157f38a5d2e7d952892 (patch) | |
tree | 75784ecea0eb78ec72414288d2fe88efa75fd705 | |
parent | Safe to remove remoting_listener_port out of OpenSim.ini. (diff) | |
download | opensim-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.
-rw-r--r-- | TESTING.txt | 11 |
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 | ||
5 | On Linux: | 5 | On Linux: |
6 | 6 | ||
7 | > nant test | 7 | > nant test |
8 | 8 | ||
9 | This will print out to the console the test state. | 9 | This will print out to the console the test state. |
10 | 10 | ||
11 | On Windows: ?? | 11 | On Windows: Please see the TESTING ON WINDOWS section below. |
12 | 12 | ||
13 | 13 | ||
14 | Also, every checkin will run tests that are kicked off by bamboo. | 14 | Also, 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 | |||
95 | To use nunit testing on opensim code, you have a variety of methods. The | 96 | To use nunit testing on opensim code, you have a variety of methods. The |
96 | easiast methods involve using IDE capabilities to test code. Using | 97 | easiast methods involve using IDE capabilities to test code. Using |
97 | VS2005/2008 I recommend using the testing capabilities of Resarper(commercial) | 98 | VS2005/2008 I recommend using the testing capabilities of Resarper(commercial) |
@@ -119,7 +120,7 @@ lack IDE addins ( or lack IDEs at all ). | |||
119 | 120 | ||
120 | Nunit console allows you to execute the nunit tests of assemblies via console. | 121 | Nunit console allows you to execute the nunit tests of assemblies via console. |
121 | Its output will show test failures and successes and a summary of what | 122 | Its output will show test failures and successes and a summary of what |
122 | happened. This is very useful for a quick overview and/or automated testing. | 123 | happened. This is very useful for a quick overview and/or automated testing. |
123 | 124 | ||
124 | Windows | 125 | Windows |
125 | Windows version of nunit-console is by default .Net 2.0 if you downloaded the | 126 | Windows version of nunit-console is by default .Net 2.0 if you downloaded the |