| Commit message (Expand) | Author | Files | Lines |
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 |
2008-09-02 | Fix and reactivate the unit tests on the XEngine | Melanie Thielker | 1 | -103/+102 |
2008-09-02 | Temporarily disable the unit tests for Shared/ until they can be updated. | Melanie Thielker | 1 | -21/+21 |
2008-09-02 | First batch of the unit test changes for the new constants semantics | Melanie Thielker | 1 | -89/+89 |
2008-08-20 | Adding unit test for issue 2006, though it's commented out as those compiler | Mike Mazur | 1 | -1/+34 |
2008-08-18 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2008-08-16 | * minor: rip out userserver stress project which never got filled out | Justin Clarke Casey | 1 | -45/+0 |
2008-08-07 | Minor formatting cleanup. | Jeff Ames | 1 | -8/+8 |
2008-07-31 | Thanks, M. Igarashi & nlin, for a patch that implements unary minus operator | Mike Mazur | 1 | -2/+9 |
2008-07-31 | Thanks, sempuki, for a patch that moves all Grid Server's plugins to | Mike Mazur | 1 | -1/+1 |
2008-07-31 | Allow the list hack from issue 1863 to compile, however its behavior is | Mike Mazur | 1 | -0/+25 |
2008-07-31 | -make ZERO_VECTOR and ZERO_ROTATION static readonly properties so they can be | Mike Mazur | 6 | -0/+126 |
2008-07-31 | Allow assignments in if/while/do-while control statements. Fix issue 1862. | Mike Mazur | 1 | -0/+68 |
2008-07-31 | Fix issue 1860; exception thrown in the parser on if/if-else/for/while/do-while | Mike Mazur | 1 | -0/+125 |
2008-07-31 | More LSL_Types implicit/explicit cast changes. Fix issue 1854. | Mike Mazur | 2 | -54/+54 |
2008-07-28 | When casting strings to int, use double.Parse() as strings may be floats. With | Mike Mazur | 2 | -2/+84 |
2008-07-28 | -implement LSLString -> Quaternion explicit cast | Mike Mazur | 3 | -0/+105 |
2008-07-28 | Adding explicit cast from LSLFloat to LSLInteger. Work on issue 1822. | Mike Mazur | 1 | -0/+71 |
2008-07-28 | -copy LSL_Types tests from Common/ to Shared/ | Mike Mazur | 5 | -1/+823 |
2008-07-27 | Implement LSLFloat {+,-,*,/} LSLFloat operations. Fix issues 1532, 1701, 1824 & | Mike Mazur | 1 | -0/+63 |
2008-07-25 | Add casts from integer to float. Fix issue 1822. | Mike Mazur | 1 | -1/+31 |