diff options
author | Justin Clark-Casey (justincc) | 2013-01-19 02:32:41 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-01-19 02:32:41 +0000 |
commit | 41ae006e9bd602f425fc9fae9e9ab35ab646af9d (patch) | |
tree | 2c0c74fde56e70031889e8c363bb187ab5d1cb34 | |
parent | Check the existing ScenePresence.ParentPart to make sure we're not trying to ... (diff) | |
download | opensim-SC-41ae006e9bd602f425fc9fae9e9ab35ab646af9d.zip opensim-SC-41ae006e9bd602f425fc9fae9e9ab35ab646af9d.tar.gz opensim-SC-41ae006e9bd602f425fc9fae9e9ab35ab646af9d.tar.bz2 opensim-SC-41ae006e9bd602f425fc9fae9e9ab35ab646af9d.tar.xz |
minor: adjust formatting in TESTING.txt to make headers more wiki-like
-rw-r--r-- | TESTING.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/TESTING.txt b/TESTING.txt index a7346ff..e7ab088 100644 --- a/TESTING.txt +++ b/TESTING.txt | |||
@@ -1,4 +1,4 @@ | |||
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 | ||
@@ -27,7 +27,7 @@ must list it in both ".nant/local.include" | |||
27 | for it to be accessible to Linux users and to the continuous | 27 | for it to be accessible to Linux users and to the continuous |
28 | integration system. | 28 | integration system. |
29 | 29 | ||
30 | ==TESTING ON WINDOWS== | 30 | == TESTING ON WINDOWS == |
31 | 31 | ||
32 | To use nunit testing on opensim code, you have a variety of methods. The | 32 | To use nunit testing on opensim code, you have a variety of methods. The |
33 | easiast methods involve using IDE capabilities to test code. Using | 33 | 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. | |||
58 | Its output will show test failures and successes and a summary of what | 58 | Its output will show test failures and successes and a summary of what |
59 | happened. This is very useful for a quick overview and/or automated testing. | 59 | happened. This is very useful for a quick overview and/or automated testing. |
60 | 60 | ||
61 | Windows | 61 | === Windows === |
62 | Windows version of nunit-console is by default .Net 2.0 if you downloaded the | 62 | Windows version of nunit-console is by default .Net 2.0 if you downloaded the |
63 | .Net 2.0 version of Nunit. Be sure to setup your PATH environment variable. | 63 | .Net 2.0 version of Nunit. Be sure to setup your PATH environment variable. |
64 | 64 | ||
65 | Linux & OSX | 65 | === Linux & OSX === |
66 | On these operating systems you will have to use the command "nunit-console2" | 66 | On these operating systems you will have to use the command "nunit-console2" |
67 | 67 | ||
68 | Example | 68 | === Example === |
69 | 69 | ||
70 | nunit-console2 OpenSim.Framework.Tests.dll (on linux) | 70 | nunit-console2 OpenSim.Framework.Tests.dll (on linux) |
71 | nunit-console OpenSim.Framework.Tests.dll (on windows) | 71 | nunit-console OpenSim.Framework.Tests.dll (on windows) |