aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-01Use a fully stubbed out MockConsole for unit tests rather than inheriting fro...Justin Clark-Casey (justincc)1-1/+1
2012-02-15In ObjectTortureTests, run garbage collector on Teardown and run scene loop u...Justin Clark-Casey (justincc)2-3/+21
2012-02-09Add NPC torture tests for 100, 1000 and 2000 create and delete NPC calls.Justin Clark-Casey (justincc)1-0/+185
2012-02-07Add start GC memory and end GC memory to object stress test printouts.Justin Clark-Casey (justincc)3-3/+20
2012-02-07Add TestAddTaskInventoryItem()Justin Clark-Casey (justincc)1-3/+9
2012-02-07Add TestCompileAndStart100Scripts() torture test.Justin Clark-Casey (justincc)2-1/+158
2012-02-07Add a regression test to compile and start a script. Remove Path.GetDirector...Justin Clark-Casey (justincc)1-3/+20
2012-02-03Fix: Covenant changed time not set http://opensimulator.org/mantis/view.php?i...PixelTomsen1-1/+1
2012-02-02Replace ParcelAccessEntry with a new struct, LandAccessEntry, which moreMelanie1-1/+1
2012-02-02Add stress tests for simple object add of 100 prim objects. Add time taken t...Justin Clark-Casey (justincc)1-14/+37
2012-01-31Add torture tests to test adding 10,000, 100,000 and 200,000 single prim scen...Justin Clark-Casey (justincc)1-0/+126
2012-01-20Telehub Support:BlueWall1-0/+5
2012-01-19Add image not in database test for LLImageManagerJustin Clark-Casey (justincc)1-0/+6
2012-01-19Add basic request and send image regression tests for LLImageManagerJustin Clark-Casey (justincc)1-5/+8
2011-12-10Implement handler for TeleportCancel inbound packetMelanie1-0/+1
2011-12-08On a new client circuit, send the initial reply ack to let the client know it...Justin Clark-Casey (justincc)1-2/+5
2011-12-05Add test for not found response from GetTexture cap handler.Justin Clark-Casey (justincc)1-0/+179
2011-12-05Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ...Justin Clark-Casey (justincc)1-15/+97
2011-12-03Split up test SceneHelpers to provide an AddChildScenePresence() callJustin Clark-Casey (justincc)1-10/+25
2011-12-03Add beginning of ScenePresenceAgentTests.TestCreateChildScenePresence()Justin Clark-Casey (justincc)1-0/+3
2011-11-23Shell Environment Variables in configBlueWall1-1/+3
2011-11-14Add test for removing a friendship.Justin Clark-Casey (justincc)1-6/+9
2011-11-14Add very simple FriendsModuleTests.TestNoFriends()Justin Clark-Casey (justincc)1-2/+9
2011-11-06Convert SendKillObject to take a list of uint rather than sending oneMelanie1-1/+1
2011-10-22Get UUIDGatherer to scan notecards in the graph for asset uuids.Justin Clark-Casey (justincc)1-3/+14
2011-10-22redirect UserInventoryHelpers to use a different CreateNotecardAsset() so we ...Justin Clark-Casey (justincc)2-12/+19
2011-10-22correct misleading method doc on CreateNotecardAsset()Justin Clark-Casey (justincc)1-1/+1
2011-10-22in AssetHelpers, store the actual text passed in to the method, not the strin...Justin Clark-Casey (justincc)1-2/+2
2011-10-22encode notecard assets in proper format for tests, rather than just using wha...Justin Clark-Casey (justincc)1-1/+6
2011-10-22refactor: rename some AssetHelpers.CreateAsset() methods to CreateNotecardAss...Justin Clark-Casey (justincc)2-5/+5
2011-10-17refactor: Make IClientAPI.DebugPacketFormat a property rather than a setter w...Justin Clark-Casey (justincc)1-3/+1
2011-10-15move see_into_this_sim_from_neighbor [Startup] flag parsing into Scene with t...Justin Clark-Casey (justincc)2-5/+5
2011-10-15fetch physical_prim switch from [Startup] config from inside scene, as is don...Justin Clark-Casey (justincc)2-3/+3
2011-10-14refactor: rename IClientAPI.SendPrimUpdate() to SendEntityUpdate() since it s...Justin Clark-Casey (justincc)1-1/+1
2011-09-22Reinstate option to land an npc when it reaches a target.Justin Clark-Casey (justincc)1-1/+1
2011-09-21When calling osNpcMoveTo(), rotate the avatar in the direction of travel.Justin Clark-Casey (justincc)1-0/+82
2011-09-09Fix unit tests from RegionSettings commitJustin Clark-Casey (justincc)1-0/+4
2011-09-08Use scene presence agent id for rezzed object ownership rather than item owner.Justin Clark-Casey (justincc)1-2/+1
2011-08-31get rid of appearance null checks - this is never nullJustin Clark-Casey (justincc)1-0/+1
2011-08-30Fix bug in persisting saved appearances for npcsJustin Clark-Casey (justincc)1-5/+30
2011-08-19Stop NPC's getting hypergrid like names in some circumstances.Justin Clark-Casey (justincc)1-0/+1
2011-08-18Don't try to save changed attachment states when an NPC with attachments is r...Justin Clark-Casey (justincc)2-2/+2
2011-08-17Add new regression TestRezAttachmentsOnAvatarEntrance() to do simple attachme...Justin Clark-Casey (justincc)2-9/+36
2011-08-10early code to allow scripts to force npcs not to fly when moving to targetJustin Clark-Casey (justincc)1-1/+1
2011-08-10Stop trying to deregister caps or close child agents when an NPC is removedJustin Clark-Casey (justincc)1-1/+1
2011-08-09When an NPC is created, stop telling neighbouring regions to expect a child a...Justin Clark-Casey (justincc)2-4/+5
2011-08-06refactor: Change SceneHelpers.AddClient() to AddScenePresence().Justin Clark-Casey (justincc)1-4/+4
2011-08-06rename TestHelper => TestHelpers for consistencyJustin Clark-Casey (justincc)1-1/+1
2011-08-06rename test SceneSetupHelpers -> SceneHelpers for consistencyJustin Clark-Casey (justincc)2-2/+2
2011-08-03get rid of vestigal move to parametersJustin Clark-Casey (justincc)1-1/+1