Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-01-05 | * Simplify test code by always setting up mock 'in memory' user and ↵ | Justin Clarke Casey | 1 | -3/+20 | |
inventory data plugins for every TestCommunicationsManager * imo the gain in simplcity of test code outweighs the very small cost of setting up some stuff that some tests will never use | |||||
2009-01-05 | * Extend stub to test the successful login of a user on the local login service | Justin Clarke Casey | 2 | -2/+8 | |
* Test does not do authentication | |||||
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 ↵ | Teravus Ovares | 1 | -0/+1 | |
in the client network in the simstats manager. This makes packets in per second, packets out per second, and unacked bytes work again in the simulator stats section. | |||||
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 | |
* Correct small logic elidation | |||||
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 ↵ | Justin Clarke Casey | 7 | -7/+7 | |
sprouting another one | |||||
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 ↵ | Justin Clarke Casey | 7 | -0/+1405 | |
be reused by more than Environment tests * This shuffles the test packages in prebuild.xml below it so they can all potentially reference it | |||||
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 | |
new method for testing | |||||
2008-09-08 | Use older ExpectedException attribute format. Previously tests were failing ↵ | Mike Mazur | 1 | -2/+2 | |
on NUnit <2.2.8. | |||||
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 | |
string. | |||||
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 2 | -18/+18 | |
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke. | |||||
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 ↵ | Dahlia Trimble | 1 | -9/+21 | |
in Bamboo instead of windows | |||||
2008-09-06 | reformatted some of unit test standards to allow them to work when OpenSim ↵ | Dahlia Trimble | 1 | -174/+159 | |
is built in Visual Studio | |||||
2008-09-05 | Mantis#2126. Thank you kindly, Ralphos for a patch that addresses: | Charles Krinke | 1 | -0/+99 | |
Types extracted from a LSL_Types.list have to be down-cast initially to the exact type of value type object that the Object actually is. This would make for very cumbersome, ugly code when extracting list parameter items in ll functions where a few implicit conversions should be applied such as key -> LSLString and LSLInteger -> LSLFloat (but not LSLFloat -> LSLInteger). This patch adds a set of GetXXXItem member functions to the LLS_Type.list class, where XXX is the name of the LSL_Type to be extracted: LSLFLoat, LSLInteger etc. All take a single, int parameter that is the item number to be extracted. | |||||
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 | |
Thannk you, ralphos, for a patch to clean up list item type handling and add a missing explicit cast in Shared/ | |||||
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 | |
in XEngine. This turned out to be a lot of work to catch up. | |||||
2008-08-20 | Adding unit test for issue 2006, though it's commented out as those compiler | Mike Mazur | 1 | -1/+34 | |
tests tend to tank on our continuous build server. | |||||
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 | |
for Vector3 type. Fix issue 1872. | |||||
2008-07-31 | Thanks, sempuki, for a patch that moves all Grid Server's plugins to | Mike Mazur | 1 | -1/+1 | |
PluginLoader. Fix issue 1871. | |||||
2008-07-31 | Allow the list hack from issue 1863 to compile, however its behavior is | Mike Mazur | 1 | -0/+25 | |
different than in SL. See http://opensimulator.org/mantis/view.php?id=1863 for details. | |||||
2008-07-31 | -make ZERO_VECTOR and ZERO_ROTATION static readonly properties so they can be | Mike Mazur | 6 | -0/+126 | |
used in scripts -cast from bool to LSL{Integer,Float,String} so functions such as `integer isZero(integer x) { return (x == 0); }` work -progress on issue 1863 | |||||
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 | |
statements with no body. | |||||
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 | |
this commit, issue 1822 should be fixed. | |||||
2008-07-28 | -implement LSLString -> Quaternion explicit cast | Mike Mazur | 3 | -0/+105 | |
-sync Shared/LSL_Types.cs with Common/LSL_Types.cs -get the test script in issue 1822 to compile | |||||
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 | |
-fix some whitespace/formatting | |||||
2008-07-27 | Implement LSLFloat {+,-,*,/} LSLFloat operations. Fix issues 1532, 1701, 1824 & | Mike Mazur | 1 | -0/+63 | |
1832. | |||||
2008-07-25 | Add casts from integer to float. Fix issue 1822. | Mike Mazur | 1 | -1/+31 | |