Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * Extend archive test to check for the presence of a control file in a saved ↵ | Justin Clarke Casey | 2009-01-23 | 1 | -2/+12 | |
| | | | | archive | |||||
* | refactor: move test modules set up code to common function | Justin Clarke Casey | 2009-01-23 | 1 | -0/+17 | |
| | ||||||
* | * refactor: move scene setup code into common test code assembly | Justin Clarke Casey | 2009-01-23 | 1 | -0/+224 | |
| | ||||||
* | * Add some caps seed capability path checking to the simple non neighbours ↵ | Justin Clarke Casey | 2009-01-22 | 1 | -1/+9 | |
| | | | | standalone region teleport test | |||||
* | * refactor: Extract caps related code from scene and put into a region module | Justin Clarke Casey | 2009-01-21 | 1 | -2/+5 | |
| | | | | | | * No functional changes in this revision | |||||
* | * Rig up enough infrastructure to actually perform a successful 'standalone' ↵ | Justin Clarke Casey | 2009-01-16 | 1 | -18/+61 | |
| | | | | | | | | | teleport unit test with checks that the scene presence disappeared from sceneA and appeared in sceneB * However, I'm not convinced that the actual process in the test completely reflects reality, and a lot of stuff had to be rigged up (which should get resolved over time) | |||||
* | * Add new unit test for simple teleport in a standalone. | Justin Clarke Casey | 2009-01-15 | 2 | -1/+13 | |
| | | | | | | * Does not yet check results. | |||||
* | * Extended TextureSenderTests and modified TestClient.cs with new methods | Sean Dague | 2009-01-13 | 1 | -19/+41 | |
| | | | | | From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com> | |||||
* | * Separate starting a client thread into a separate Start() method (which ↵ | Justin Clarke Casey | 2009-01-12 | 1 | -0/+4 | |
| | | | | matches the existing Stop() and Restart() methods) | |||||
* | * Extend PacketHandlerTest to fire in a packet. | Justin Clarke Casey | 2009-01-12 | 1 | -8/+8 | |
| | | | | | | * Can't test result yet since the Client thread handles it with unpredictable timing | |||||
* | Enhanced LoginServiceTests to test for authentication and response | Sean Dague | 2009-01-12 | 1 | -26/+108 | |
| | | | | | | | Expanded TestUserDataPlugin to cover new methods From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com> | |||||
* | Finish dwell sending, adding the forgotten method body. | Melanie Thielker | 2009-01-09 | 1 | -1/+7 | |
| | | | | | | | Add UserInfo and a dummy reply to enable Hippo Viewer users to disable IM logging (option was greyed out in OpenSim before) | |||||
* | * refactor: Remove the need to separately pass in the http listener to the ↵ | Justin Clarke Casey | 2009-01-06 | 2 | -4/+4 | |
| | | | | scene - this is always available via CommsManager | |||||
* | * Simplify test code by always setting up mock 'in memory' user and ↵ | Justin Clarke Casey | 2009-01-05 | 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 | |||||
* | * Extend stub to test the successful login of a user on the local login service | Justin Clarke Casey | 2009-01-05 | 2 | -2/+8 | |
| | | | | | | * Test does not do authentication | |||||
* | * Check in login service tests beachhead | Justin Clarke Casey | 2009-01-05 | 1 | -2/+7 | |
| | ||||||
* | Plumb the remaining dwell packets | Melanie Thielker | 2009-01-03 | 1 | -1/+5 | |
| | ||||||
* | Plumb the profile reply packets for picks, classifieds and notes | Melanie Thielker | 2008-12-25 | 1 | -0/+17 | |
| | ||||||
* | Plumb in EventNotification* and EventGodDelete | Melanie Thielker | 2008-12-23 | 1 | -0/+4 | |
| | ||||||
* | Plumb in the 4 missing classified events and the 3 packet methods | Melanie Thielker | 2008-12-23 | 1 | -0/+13 | |
| | ||||||
* | * Re-implement packet tracking in IClientAPI so we can see what's going on ↵ | Teravus Ovares | 2008-12-21 | 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. | |||||
* | Plumb the TP-Sending packets | Melanie Thielker | 2008-12-14 | 1 | -0/+3 | |
| | ||||||
* | * Create update folder test | Justin Clarke Casey | 2008-12-12 | 1 | -2/+5 | |
| | | | | | | * Correct small logic elidation | |||||
* | * Actually properly enable the purge folders test and correct some problems | Justin Clarke Casey | 2008-12-12 | 1 | -2/+19 | |
| | ||||||
* | * Add user info move inventory folder test | Justin Clarke Casey | 2008-12-12 | 1 | -1/+7 | |
| | ||||||
* | * Delete currently unrun TestInventory.cs superseded by BasicInventoryTests | Justin Clarke Casey | 2008-12-11 | 2 | -1068/+0 | |
| | ||||||
* | * Fold mock classes into existing OpenSim/Tests/Common assembly rather than ↵ | Justin Clarke Casey | 2008-12-11 | 7 | -7/+7 | |
| | | | | sprouting another one | |||||
* | * minor: Move mock test classes into mock namespace | Justin Clarke Casey | 2008-12-11 | 7 | -7/+7 | |
| | ||||||
* | * refactor: Move test infrastructure code to its own package so that it can ↵ | Justin Clarke Casey | 2008-12-10 | 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 | |||||
* | changes to Test directory structure per opensim-dev conversation | Sean Dague | 2008-09-08 | 13 | -4116/+0 | |
| | ||||||
* | Adapt the unit tests to the new list rules, change some casts to | Melanie Thielker | 2008-09-08 | 1 | -22/+22 | |
| | | | | | | new method for testing | |||||
* | Use older ExpectedException attribute format. Previously tests were failing ↵ | Mike Mazur | 2008-09-08 | 1 | -2/+2 | |
| | | | | on NUnit <2.2.8. | |||||
* | Remove trailing whitespace. | Mike Mazur | 2008-09-08 | 1 | -25/+25 | |
| | ||||||
* | Convert TestStringsWithEscapedQuotesAndComments to use concatenated expected ↵ | Mike Mazur | 2008-09-07 | 1 | -20/+9 | |
| | | | | string. | |||||
* | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 2008-09-06 | 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. | |||||
* | more unit test cross-platform compatibility tweaks | Dahlia Trimble | 2008-09-06 | 1 | -214/+195 | |
| | ||||||
* | more unit test tweaks in the name of cross-platform compatibility | Dahlia Trimble | 2008-09-06 | 1 | -143/+137 | |
| | ||||||
* | Revert changes to TestStringsWithEscapedQuotesAndComments() so it will work ↵ | Dahlia Trimble | 2008-09-06 | 1 | -9/+21 | |
| | | | | in Bamboo instead of windows | |||||
* | reformatted some of unit test standards to allow them to work when OpenSim ↵ | Dahlia Trimble | 2008-09-06 | 1 | -174/+159 | |
| | | | | is built in Visual Studio | |||||
* | Mantis#2126. Thank you kindly, Ralphos for a patch that addresses: | Charles Krinke | 2008-09-05 | 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. | |||||
* | complete rationalization of unit tests that we currently run | Sean Dague | 2008-09-04 | 12 | -0/+0 | |
| | ||||||
* | normalize naming for OpenSim.Tests.Framework.dll | Sean Dague | 2008-09-04 | 1 | -0/+0 | |
| | ||||||
* | Mantis #2112 | Melanie Thielker | 2008-09-03 | 2 | -9/+90 | |
| | | | | | | | Thannk you, ralphos, for a patch to clean up list item type handling and add a missing explicit cast in Shared/ | |||||
* | Fix and reactivate the unit tests on the XEngine | Melanie Thielker | 2008-09-02 | 1 | -103/+102 | |
| | ||||||
* | Temporarily disable the unit tests for Shared/ until they can be updated. | Melanie Thielker | 2008-09-02 | 1 | -21/+21 | |
| | ||||||
* | First batch of the unit test changes for the new constants semantics | Melanie Thielker | 2008-09-02 | 1 | -89/+89 | |
| | | | | | | in XEngine. This turned out to be a lot of work to catch up. | |||||
* | Adding unit test for issue 2006, though it's commented out as those compiler | Mike Mazur | 2008-08-20 | 1 | -1/+34 | |
| | | | | | | tests tend to tank on our continuous build server. | |||||
* | Formatting cleanup. | Jeff Ames | 2008-08-18 | 1 | -1/+1 | |
| | ||||||
* | * minor: rip out userserver stress project which never got filled out | Justin Clarke Casey | 2008-08-16 | 1 | -45/+0 | |
| | ||||||
* | Minor formatting cleanup. | Jeff Ames | 2008-08-07 | 1 | -8/+8 | |
| |