Update TESTING.txt. Mantis #3174.

GenericGridServerConcept
Mike Mazur 2009-02-20 04:55:09 +00:00
parent 142ad8826a
commit dd70309fdf
1 changed files with 6 additions and 5 deletions

View File

@ -1,14 +1,14 @@
=== The Quick Guide to OpenSim Unit Testing === === The Quick Guide to OpenSim Unit Testing ===
== Running Tests == == Running Tests ==
On Linux: On Linux:
> nant test > nant test
This will print out to the console the test state. This will print out to the console the test state.
On Windows: ?? On Windows: Please see the TESTING ON WINDOWS section below.
Also, every checkin will run tests that are kicked off by bamboo. 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.
[3] http://opensimulator.org:8085/ [3] http://opensimulator.org:8085/
""" """
==TESTING== ==TESTING ON WINDOWS==
To use nunit testing on opensim code, you have a variety of methods. The To use nunit testing on opensim code, you have a variety of methods. The
easiast methods involve using IDE capabilities to test code. Using easiast methods involve using IDE capabilities to test code. Using
VS2005/2008 I recommend using the testing capabilities of Resarper(commercial) VS2005/2008 I recommend using the testing capabilities of Resarper(commercial)
@ -119,7 +120,7 @@ lack IDE addins ( or lack IDEs at all ).
Nunit console allows you to execute the nunit tests of assemblies via console. Nunit console allows you to execute the nunit tests of assemblies via console.
Its output will show test failures and successes and a summary of what Its output will show test failures and successes and a summary of what
happened. This is very useful for a quick overview and/or automated testing. happened. This is very useful for a quick overview and/or automated testing.
Windows Windows
Windows version of nunit-console is by default .Net 2.0 if you downloaded the Windows version of nunit-console is by default .Net 2.0 if you downloaded the