aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-19Thank you, Snowdrop, for a patch that makes the callback ID parameterMelanie Thielker1-1/+1
2009-02-17Re-add the objectID field to the anim pack, that was deemed unneccessaryMelanie Thielker1-1/+1
2009-02-16* refactor: remove AssetCache field hanging off SceneJustin Clarke Casey2-4/+3
2009-02-16* Iniital inventory archive test code. Doesn't actually do any testing yetJustin Clarke Casey2-4/+5
2009-02-11* Change SendBulkUpdateInventory from two methods to one which accepts an Inv...Justin Clarke Casey1-5/+1
2009-02-09From Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague2-2/+2
2009-02-09starting phase 2 of the OpenSim.Region.Environment commit: relocatingDr Scofield1-1/+1
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield4-8/+8
2009-02-03- move OpenSim/Framework/IUserData.cs to OpenSim/Data/IUserData.csMike Mazur1-1/+2
2009-02-03- move OpenSim/Framework/IInventoryData.cs toMike Mazur2-45/+47
2009-02-03- move IAssetDataPlugin from OpenSim/Framework/IAssetProvider.cs toMike Mazur1-3/+3
2009-02-03Rename IAssetProviderPlugin to IAssetDataPlugin aligning with the other data ...Mike Mazur1-1/+1
2009-01-30* furhter simplify test setups for objectsJustin Clarke Casey1-10/+6
2009-01-30* minor: stop bothering to set parts to phantom within test setups - tests no...Justin Clarke Casey1-1/+1
2009-01-23* Extend archive test to check for the presence of a control file in a saved ...Justin Clarke Casey1-2/+12
2009-01-23refactor: move test modules set up code to common functionJustin Clarke Casey1-0/+17
2009-01-23* refactor: move scene setup code into common test code assemblyJustin Clarke Casey1-0/+224
2009-01-22* Add some caps seed capability path checking to the simple non neighbours st...Justin Clarke Casey1-1/+9
2009-01-21* refactor: Extract caps related code from scene and put into a region moduleJustin Clarke Casey1-2/+5
2009-01-16* Rig up enough infrastructure to actually perform a successful 'standalone' ...Justin Clarke Casey1-18/+61
2009-01-15* Add new unit test for simple teleport in a standalone.Justin Clarke Casey2-1/+13
2009-01-13* Extended TextureSenderTests and modified TestClient.cs with new methodsSean Dague1-19/+41
2009-01-12* Separate starting a client thread into a separate Start() method (which mat...Justin Clarke Casey1-0/+4
2009-01-12* Extend PacketHandlerTest to fire in a packet.Justin Clarke Casey1-8/+8
2009-01-12Enhanced LoginServiceTests to test for authentication and responseSean Dague1-26/+108
2009-01-09Finish dwell sending, adding the forgotten method body.Melanie Thielker1-1/+7
2009-01-06* refactor: Remove the need to separately pass in the http listener to the sc...Justin Clarke Casey2-4/+4
2009-01-05* Simplify test code by always setting up mock 'in memory' user and inventory...Justin Clarke Casey1-3/+20
2009-01-05* Extend stub to test the successful login of a user on the local login serviceJustin Clarke Casey2-2/+8
2009-01-05* Check in login service tests beachheadJustin Clarke Casey1-2/+7
2009-01-03Plumb the remaining dwell packetsMelanie Thielker1-1/+5
2008-12-25Plumb the profile reply packets for picks, classifieds and notesMelanie Thielker1-0/+17
2008-12-23Plumb in EventNotification* and EventGodDeleteMelanie Thielker1-0/+4
2008-12-23Plumb in the 4 missing classified events and the 3 packet methodsMelanie Thielker1-0/+13
2008-12-21* Re-implement packet tracking in IClientAPI so we can see what's going on in...Teravus Ovares1-0/+1
2008-12-14Plumb the TP-Sending packetsMelanie Thielker1-0/+3
2008-12-12* Create update folder testJustin Clarke Casey1-2/+5
2008-12-12* Actually properly enable the purge folders test and correct some problemsJustin Clarke Casey1-2/+19
2008-12-12* Add user info move inventory folder testJustin Clarke Casey1-1/+7
2008-12-11* Delete currently unrun TestInventory.cs superseded by BasicInventoryTestsJustin Clarke Casey2-1068/+0
2008-12-11* Fold mock classes into existing OpenSim/Tests/Common assembly rather than s...Justin Clarke Casey7-7/+7
2008-12-11* minor: Move mock test classes into mock namespaceJustin Clarke Casey7-7/+7
2008-12-10* refactor: Move test infrastructure code to its own package so that it can b...Justin Clarke Casey7-0/+1405
2008-09-08changes to Test directory structure per opensim-dev conversationSean Dague13-4116/+0
2008-09-08Adapt the unit tests to the new list rules, change some casts toMelanie Thielker1-22/+22
2008-09-08Use older ExpectedException attribute format. Previously tests were failing o...Mike Mazur1-2/+2
2008-09-08Remove trailing whitespace.Mike Mazur1-25/+25
2008-09-07Convert TestStringsWithEscapedQuotesAndComments to use concatenated expected ...Mike Mazur1-20/+9
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2-18/+18
2008-09-06more unit test cross-platform compatibility tweaksDahlia Trimble1-214/+195