diff options
author | David Walter Seikel | 2016-11-03 21:44:39 +1000 |
---|---|---|
committer | David Walter Seikel | 2016-11-03 21:44:39 +1000 |
commit | 134f86e8d5c414409631b25b8c6f0ee45fbd8631 (patch) | |
tree | 216b89d3fb89acfb81be1e440c25c41ab09fa96d /TESTING.txt | |
parent | More changing to production grid. Double oops. (diff) | |
download | opensim-SC_OLD-134f86e8d5c414409631b25b8c6f0ee45fbd8631.zip opensim-SC_OLD-134f86e8d5c414409631b25b8c6f0ee45fbd8631.tar.gz opensim-SC_OLD-134f86e8d5c414409631b25b8c6f0ee45fbd8631.tar.bz2 opensim-SC_OLD-134f86e8d5c414409631b25b8c6f0ee45fbd8631.tar.xz |
Initial update to OpenSim 0.8.2.1 source code.
Diffstat (limited to '')
-rw-r--r-- | TESTING.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/TESTING.txt b/TESTING.txt index 08a0698..da9dd60 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) |