aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Tests/StandaloneTeleportTests.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2011-08-06rip out sog generation methods in ScenePresenceAgentTests and use SceneHelper...Justin Clark-Casey (justincc)1-196/+0
2011-08-06rename TestHelper => TestHelpers for consistencyJustin Clark-Casey (justincc)1-1/+1
2011-08-06rename test SceneSetupHelpers -> SceneHelpers for consistencyJustin Clark-Casey (justincc)1-5/+5
2011-07-09Rename SceneSetupHelpers.AddRootAgent to AddClient() to better represent its ...Justin Clark-Casey (justincc)1-1/+1
2011-05-21Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just OpenSim.Te...Justin Clark-Casey (justincc)1-1/+0
2011-04-15get rid of all traces of the now used mock service infrastructureJustin Clark-Casey (justincc)1-2/+2
2011-03-09Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately.Justin Clark-Casey (justincc)1-1/+0
2010-01-11CommunicationsManager deleted.Diva Canto1-3/+2
2010-01-10All Framework.Communications.Clients and Framework.Communications.Services de...Diva Canto1-2/+2
2009-10-01Formatting cleanup.Jeff Ames1-2/+2
2009-09-28I think I have fixed something that was broken in the scene setup (tests) and...Diva Canto1-3/+4
2009-09-28Improved the Local grid connector to fetch data from the DB when it doesn't f...Diva Canto1-3/+4
2009-08-26* Another attempt at fixing the random spurious test error.Teravus Ovares (Dan Olivares)1-0/+11
2009-08-14* Put the StandaloneTeleportTest in a new thread and call Thread.Join() insid...Teravus Ovares (Dan Olivares)1-20/+95
2009-07-23* Updates RESTInterregionComms and LocalInterregionComms to the new region mo...Arthur Valadares1-1/+1
2009-06-14Renamed Region/CoreModules/ServiceConnectors to Region/CoreModules/ServiceCon...diva1-1/+1
2009-06-07* Reverting the test restructuring as, on second thought, this is not at all ...lbsa711-0/+0
2009-06-05* Restructured Scenes Tests to follow (what I conceive of as being) current d...lbsa711-0/+0
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-07instrument most of the tests with a new InMethod function that may help us fi...Sean Dague1-0/+2
2009-05-03Some reorganization around service connectors. No functional changeMelanie Thielker1-1/+1
2009-04-14* Make archiver tests pump the asset server manually instead of starting the ...Justin Clarke Casey1-1/+1
2009-04-09* Tagged long running tests with LongRunningAttribute.lbsa711-2/+3
2009-03-27* For each test in OpenSim.Region.Framework.Scenes.Tests, tell the console wh...Justin Clarke Casey1-0/+4
2009-02-13* Change static field "initialized" in RestInterregionComms to an instance fieldJustin Clarke Casey1-11/+9
2009-02-13Add copyright headers. Minor formatting cleanup. Fix some compiler warnings...Jeff Ames1-2/+2
2009-02-12Sending this to Justin, so that he can see what's wrong with the StandaloneTe...diva1-9/+11
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield1-1/+1
2009-02-06* reinstate OpenSim/Region/Framework/Scenes/TestsJustin Clarke Casey1-1/+0
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-2/+2
2009-01-23* Extend archive test to check for the presence of a control file in a saved ...Justin Clarke Casey1-1/+1
2009-01-23refactor: move test modules set up code to common functionJustin Clarke Casey1-9/+3
2009-01-23* refactor: move scene setup code into common test code assemblyJustin Clarke Casey1-3/+4
2009-01-22* Add some caps seed capability path checking to the simple non neighbours st...Justin Clarke Casey1-4/+21
2009-01-21* refactor: Extract caps related code from scene and put into a region moduleJustin Clarke Casey1-2/+2
2009-01-16* Rig up enough infrastructure to actually perform a successful 'standalone' ...Justin Clarke Casey1-2/+8
2009-01-15* add file I just missed out, nggggffJustin Clarke Casey1-0/+87