minor: adjust formatting in TESTING.txt to make headers more wiki-like

user_profiles
Justin Clark-Casey (justincc) 2013-01-19 02:32:41 +00:00
parent fc6115f777
commit 41ae006e9b
1 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
===== The Quick Guide to OpenSim Unit Testing === = The Quick Guide to OpenSim Unit Testing =
== Running Tests == == Running Tests ==
@ -27,7 +27,7 @@ must list it in both ".nant/local.include"
for it to be accessible to Linux users and to the continuous for it to be accessible to Linux users and to the continuous
integration system. integration system.
==TESTING ON WINDOWS== == 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
@ -58,14 +58,14 @@ 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
.Net 2.0 version of Nunit. Be sure to setup your PATH environment variable. .Net 2.0 version of Nunit. Be sure to setup your PATH environment variable.
Linux & OSX === Linux & OSX ===
On these operating systems you will have to use the command "nunit-console2" On these operating systems you will have to use the command "nunit-console2"
Example === Example ===
nunit-console2 OpenSim.Framework.Tests.dll (on linux) nunit-console2 OpenSim.Framework.Tests.dll (on linux)
nunit-console OpenSim.Framework.Tests.dll (on windows) nunit-console OpenSim.Framework.Tests.dll (on windows)