| Commit message (Expand) | Author | Files | Lines |
2009-02-06 | This changeset is the step 1 of 2 in refactoring | Dr Scofield | 4 | -8/+8 |
2009-02-03 | - move OpenSim/Framework/IUserData.cs to OpenSim/Data/IUserData.cs | Mike Mazur | 1 | -1/+2 |
2009-02-03 | - move OpenSim/Framework/IInventoryData.cs to | Mike Mazur | 2 | -45/+47 |
2009-02-03 | - move IAssetDataPlugin from OpenSim/Framework/IAssetProvider.cs to | Mike Mazur | 1 | -3/+3 |
2009-02-03 | Rename IAssetProviderPlugin to IAssetDataPlugin aligning with the other data ... | Mike Mazur | 1 | -1/+1 |
2009-01-30 | * furhter simplify test setups for objects | Justin Clarke Casey | 1 | -10/+6 |
2009-01-30 | * minor: stop bothering to set parts to phantom within test setups - tests no... | Justin Clarke Casey | 1 | -1/+1 |
2009-01-23 | * Extend archive test to check for the presence of a control file in a saved ... | Justin Clarke Casey | 1 | -2/+12 |
2009-01-23 | refactor: move test modules set up code to common function | Justin Clarke Casey | 1 | -0/+17 |
2009-01-23 | * refactor: move scene setup code into common test code assembly | Justin Clarke Casey | 1 | -0/+224 |
2009-01-22 | * Add some caps seed capability path checking to the simple non neighbours st... | Justin Clarke Casey | 1 | -1/+9 |
2009-01-21 | * refactor: Extract caps related code from scene and put into a region module | Justin Clarke Casey | 1 | -2/+5 |
2009-01-16 | * Rig up enough infrastructure to actually perform a successful 'standalone' ... | Justin Clarke Casey | 1 | -18/+61 |
2009-01-15 | * Add new unit test for simple teleport in a standalone. | Justin Clarke Casey | 2 | -1/+13 |
2009-01-13 | * Extended TextureSenderTests and modified TestClient.cs with new methods | Sean Dague | 1 | -19/+41 |
2009-01-12 | * Separate starting a client thread into a separate Start() method (which mat... | Justin Clarke Casey | 1 | -0/+4 |
2009-01-12 | * Extend PacketHandlerTest to fire in a packet. | Justin Clarke Casey | 1 | -8/+8 |
2009-01-12 | Enhanced LoginServiceTests to test for authentication and response | Sean Dague | 1 | -26/+108 |
2009-01-09 | Finish dwell sending, adding the forgotten method body. | Melanie Thielker | 1 | -1/+7 |
2009-01-06 | * refactor: Remove the need to separately pass in the http listener to the sc... | Justin Clarke Casey | 2 | -4/+4 |
2009-01-05 | * Simplify test code by always setting up mock 'in memory' user and inventory... | Justin Clarke Casey | 1 | -3/+20 |
2009-01-05 | * Extend stub to test the successful login of a user on the local login service | Justin Clarke Casey | 2 | -2/+8 |
2009-01-05 | * Check in login service tests beachhead | Justin Clarke Casey | 1 | -2/+7 |
2009-01-03 | Plumb the remaining dwell packets | Melanie Thielker | 1 | -1/+5 |
2008-12-25 | Plumb the profile reply packets for picks, classifieds and notes | Melanie Thielker | 1 | -0/+17 |
2008-12-23 | Plumb in EventNotification* and EventGodDelete | Melanie Thielker | 1 | -0/+4 |
2008-12-23 | Plumb in the 4 missing classified events and the 3 packet methods | Melanie Thielker | 1 | -0/+13 |
2008-12-21 | * Re-implement packet tracking in IClientAPI so we can see what's going on in... | Teravus Ovares | 1 | -0/+1 |
2008-12-14 | Plumb the TP-Sending packets | Melanie Thielker | 1 | -0/+3 |
2008-12-12 | * Create update folder test | Justin Clarke Casey | 1 | -2/+5 |
2008-12-12 | * Actually properly enable the purge folders test and correct some problems | Justin Clarke Casey | 1 | -2/+19 |
2008-12-12 | * Add user info move inventory folder test | Justin Clarke Casey | 1 | -1/+7 |
2008-12-11 | * Delete currently unrun TestInventory.cs superseded by BasicInventoryTests | Justin Clarke Casey | 2 | -1068/+0 |
2008-12-11 | * Fold mock classes into existing OpenSim/Tests/Common assembly rather than s... | Justin Clarke Casey | 7 | -7/+7 |
2008-12-11 | * minor: Move mock test classes into mock namespace | Justin Clarke Casey | 7 | -7/+7 |
2008-12-10 | * refactor: Move test infrastructure code to its own package so that it can b... | Justin Clarke Casey | 7 | -0/+1405 |
2008-09-08 | changes to Test directory structure per opensim-dev conversation | Sean Dague | 13 | -4116/+0 |
2008-09-08 | Adapt the unit tests to the new list rules, change some casts to | Melanie Thielker | 1 | -22/+22 |
2008-09-08 | Use older ExpectedException attribute format. Previously tests were failing o... | Mike Mazur | 1 | -2/+2 |
2008-09-08 | Remove trailing whitespace. | Mike Mazur | 1 | -25/+25 |
2008-09-07 | Convert TestStringsWithEscapedQuotesAndComments to use concatenated expected ... | Mike Mazur | 1 | -20/+9 |
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 2 | -18/+18 |
2008-09-06 | more unit test cross-platform compatibility tweaks | Dahlia Trimble | 1 | -214/+195 |
2008-09-06 | more unit test tweaks in the name of cross-platform compatibility | Dahlia Trimble | 1 | -143/+137 |
2008-09-06 | Revert changes to TestStringsWithEscapedQuotesAndComments() so it will work i... | Dahlia Trimble | 1 | -9/+21 |
2008-09-06 | reformatted some of unit test standards to allow them to work when OpenSim is... | Dahlia Trimble | 1 | -174/+159 |
2008-09-05 | Mantis#2126. Thank you kindly, Ralphos for a patch that addresses: | Charles Krinke | 1 | -0/+99 |
2008-09-04 | complete rationalization of unit tests that we currently run | Sean Dague | 12 | -0/+0 |
2008-09-04 | normalize naming for OpenSim.Tests.Framework.dll | Sean Dague | 1 | -0/+0 |
2008-09-03 | Mantis #2112 | Melanie Thielker | 2 | -9/+90 |