aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-09-06more unit test tweaks in the name of cross-platform compatibilityDahlia Trimble1-143/+137
2008-09-06Revert changes to TestStringsWithEscapedQuotesAndComments() so it will work i...Dahlia Trimble1-9/+21
2008-09-06reformatted some of unit test standards to allow them to work when OpenSim is...Dahlia Trimble1-174/+159
2008-09-05Mantis#2126. Thank you kindly, Ralphos for a patch that addresses:Charles Krinke1-0/+99
2008-09-04complete rationalization of unit tests that we currently runSean Dague12-0/+0
2008-09-04normalize naming for OpenSim.Tests.Framework.dllSean Dague1-0/+0
2008-09-03Mantis #2112Melanie Thielker2-9/+90
2008-09-02Fix and reactivate the unit tests on the XEngineMelanie Thielker1-103/+102
2008-09-02Temporarily disable the unit tests for Shared/ until they can be updated.Melanie Thielker1-21/+21
2008-09-02First batch of the unit test changes for the new constants semanticsMelanie Thielker1-89/+89
2008-08-20Adding unit test for issue 2006, though it's commented out as those compilerMike Mazur1-1/+34
2008-08-18Formatting cleanup.Jeff Ames1-1/+1
2008-08-16* minor: rip out userserver stress project which never got filled outJustin Clarke Casey1-45/+0
2008-08-07Minor formatting cleanup.Jeff Ames1-8/+8
2008-07-31Thanks, M. Igarashi & nlin, for a patch that implements unary minus operatorMike Mazur1-2/+9
2008-07-31Thanks, sempuki, for a patch that moves all Grid Server's plugins toMike Mazur1-1/+1
2008-07-31Allow the list hack from issue 1863 to compile, however its behavior isMike Mazur1-0/+25
2008-07-31-make ZERO_VECTOR and ZERO_ROTATION static readonly properties so they can beMike Mazur6-0/+126
2008-07-31Allow assignments in if/while/do-while control statements. Fix issue 1862.Mike Mazur1-0/+68
2008-07-31Fix issue 1860; exception thrown in the parser on if/if-else/for/while/do-whileMike Mazur1-0/+125
2008-07-31More LSL_Types implicit/explicit cast changes. Fix issue 1854.Mike Mazur2-54/+54