diff options
author | Melanie | 2011-11-01 23:54:09 +0000 |
---|---|---|
committer | Melanie | 2011-11-01 23:54:09 +0000 |
commit | b69f679122fb7fdc0f77fc198e148f42797a2eef (patch) | |
tree | e06d4f4572a91a58c79c03c60b0fca5574467834 /OpenSim/TestSuite/README.txt | |
parent | Merge branch 'master' into bigmerge (diff) | |
parent | Removed see_into_this_sim_from_neighbor configuration option. (diff) | |
download | opensim-SC-b69f679122fb7fdc0f77fc198e148f42797a2eef.zip opensim-SC-b69f679122fb7fdc0f77fc198e148f42797a2eef.tar.gz opensim-SC-b69f679122fb7fdc0f77fc198e148f42797a2eef.tar.bz2 opensim-SC-b69f679122fb7fdc0f77fc198e148f42797a2eef.tar.xz |
Merge branch 'master' into bigmerge
Conflicts:
OpenSim/Region/CoreModules/World/WorldMap/WorldMapModule.cs
Diffstat (limited to 'OpenSim/TestSuite/README.txt')
-rw-r--r-- | OpenSim/TestSuite/README.txt | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/OpenSim/TestSuite/README.txt b/OpenSim/TestSuite/README.txt deleted file mode 100644 index cdfa4a7..0000000 --- a/OpenSim/TestSuite/README.txt +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | OpenSim Test Suite | ||
2 | ------------------------------------------------------------ | ||
3 | |||
4 | The eventual goal of the OpenSim Test Suite is to provide a framework | ||
5 | and a set of tests to do system level regression testing of OpenSim. | ||
6 | In short: | ||
7 | |||
8 | OpenSim Test Suite will have Test Modules (Mono Addins?) that will | ||
9 | verify certain paths in the code. Some early modules may be (subject | ||
10 | to change): | ||
11 | |||
12 | * Login Tests | ||
13 | - Attempt to Log in 1, 5, 20 bots. | ||
14 | * Basic Walk Tests | ||
15 | - Attempt to Log in and move about in well known tracks | ||
16 | - Repeat with 5, 20 bots | ||
17 | * Basic Construct Tests | ||
18 | - Construct Simple Objects in World | ||
19 | - Ensure bots can see other objects constructed | ||
20 | * Basic Asset Tests | ||
21 | - Construct Simple Objects in World with Textures | ||
22 | - Pull Objects and Textures | ||
23 | |||
24 | |||
25 | \ No newline at end of file | ||