OpenSimMirror/OpenSim/Region/Framework/Scenes/Tests
Justin Clark-Casey (justincc) 4ba396b81c Temporarily disable new regression test TestLifecycle() until I have a chance to fix it
This was working for me locally because it was still picking up all my *.ini config files, which jenkins won't have in its test env
2014-07-03 00:30:42 +01:00
..
BorderTests.cs Consistenly make NUnit test cases inherit from OpenSimTestCase which automatically turns off any logging enabled between tests 2012-11-24 03:15:24 +00:00
EntityManagerTests.cs Consistenly make NUnit test cases inherit from OpenSimTestCase which automatically turns off any logging enabled between tests 2012-11-24 03:15:24 +00:00
SceneGraphTests.cs Consistenly make NUnit test cases inherit from OpenSimTestCase which automatically turns off any logging enabled between tests 2012-11-24 03:15:24 +00:00
SceneManagerTests.cs Consistenly make NUnit test cases inherit from OpenSimTestCase which automatically turns off any logging enabled between tests 2012-11-24 03:15:24 +00:00
SceneObjectBasicTests.cs Combine TestDeleteSceneObjectAsync() with TestDeRezSceneObject() as they are functionally identical. 2012-11-24 03:49:23 +00:00
SceneObjectCrossingTests.cs refactor: Use m_sittingAvatars to maintain the list of sitting avatars instead of two independent structures that do exactly the same thing 2014-04-03 01:14:39 +01:00
SceneObjectDeRezTests.cs Add ScenePresenceTeleportTests.TestSameSimulatorIsolatedRegionsV2() regression test for v2 transfers. 2013-08-17 00:24:56 +01:00
SceneObjectLinkingTests.cs Removing warning from SceneObjectLinkingTests.TestLinkDelink2SceneObjects() by actually checking whether delinked grp3 is not null 2014-04-02 01:26:58 +01:00
SceneObjectResizeTests.cs Consistenly make NUnit test cases inherit from OpenSimTestCase which automatically turns off any logging enabled between tests 2012-11-24 03:15:24 +00:00
SceneObjectScriptTests.cs Consistenly make NUnit test cases inherit from OpenSimTestCase which automatically turns off any logging enabled between tests 2012-11-24 03:15:24 +00:00
SceneObjectSpatialTests.cs Combine TestDeleteSceneObjectAsync() with TestDeRezSceneObject() as they are functionally identical. 2012-11-24 03:49:23 +00:00
SceneObjectStatusTests.cs If an object has it's temporary flag unset after being set, put it back in the persistence list. 2014-03-22 00:29:13 +00:00
SceneObjectUndoRedoTests.cs minor: remove mono compiler warning in SceneObjectUndoRedoTests 2013-03-11 23:15:13 +00:00
SceneObjectUserGroupTests.cs Add basic undo/redo regression tests. 2012-09-26 21:28:43 +01:00
ScenePresenceAgentTests.cs In teleports, pass the source region to the destination (similar to an HTTP referrer) 2014-04-09 09:22:20 +01:00
ScenePresenceAnimationTests.cs Consistenly make NUnit test cases inherit from OpenSimTestCase which automatically turns off any logging enabled between tests 2012-11-24 03:15:24 +00:00
ScenePresenceAutopilotTests.cs Consistenly make NUnit test cases inherit from OpenSimTestCase which automatically turns off any logging enabled between tests 2012-11-24 03:15:24 +00:00
ScenePresenceCapabilityTests.cs refactor: rename Scene.IncomingCloseAgent() to CloseAgent() in order to make it clear that all non-clientstack callers should be using this rather than RemoveClient() in order to step through the ScenePresence state machine properly. 2013-09-27 19:14:21 +01:00
ScenePresenceCrossingTests.cs Create regression TestCrossOnSameSimulatorNoRootDestPerm() to check that avatars are not allowed to cross into a neighbour where they are not authorized, even if a child agent was allowed. 2013-09-19 20:26:08 +01:00
ScenePresenceSitTests.cs Fix regression test break on previous commit 328bc3b 2014-04-23 19:46:58 +01:00
ScenePresenceTeleportTests.cs minor: Disable logging left active on regression test TestSameSimulatorIsolatedRegionsV2() 2013-09-27 22:33:42 +01:00
SceneStatisticsTests.cs Fix bug where removing a physical linkset would only decrement the Active Objects statistic by 1 instead of by the number of prims removed. 2013-11-13 23:25:54 +00:00
SceneTelehubTests.cs Stop exceptions being generated on agent connection if a telehub object has been deleted or has no spawn points. 2014-01-20 19:16:19 +00:00
SceneTests.cs Add missing [Test] decorator to actually get the basic scene creation test from 2227f51b to run 2014-04-25 23:35:20 +01:00
SharedRegionModuleTests.cs Temporarily disable new regression test TestLifecycle() until I have a chance to fix it 2014-07-03 00:30:42 +01:00
TaskInventoryTests.cs Show more meaningful error messages when failed to move an item from a prim to a user's inventory. 2014-05-06 07:28:45 +01:00
UserInventoryTests.cs Show more meaningful error messages when failed to give an item to another user 2014-05-06 07:28:44 +01:00
UuidGathererTests.cs Materials module: a) Store materials as assets; b) Finalized it (removed the "Demo" label; removed most of the logging); c) Enabled by default 2014-01-20 00:38:42 -08:00