Browse Source

Update TESTING.txt. Mantis #3174.

Mike Mazur 15 years ago
parent
commit
dd70309fdf
1 changed files with 6 additions and 5 deletions
  1. 6 5
      TESTING.txt

+ 6 - 5
TESTING.txt

@@ -1,14 +1,14 @@
 === The Quick Guide to OpenSim Unit Testing ===
- 
+
 == Running Tests ==
 
 On Linux:
-   
+
     > nant test
 
 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.
@@ -91,7 +91,8 @@ needs to be first copied to bin/ before nunit-console is executed.
 [3] http://opensimulator.org:8085/
 """
 
-==TESTING==
+==TESTING ON WINDOWS==
+
 To use nunit testing on opensim code, you have a variety of methods.  The
 easiast methods involve using IDE capabilities to test code.  Using
 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.
 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 version of nunit-console is by default .Net 2.0 if you downloaded the