Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Additional regression tests for the location routines in Location.cs | Kevin Cozens | 2013-08-08 | 1 | -0/+7 |
| | |||||
* | * Thanks Plugh for pointing out that the constructor that takes a ulong ↵ | teravus | 2013-08-01 | 1 | -7/+7 |
| | | | | regionhandle and saves it to to X,Y vars in the OpenSim.Framework.Location object was inverting the X and Y resulting in X and Y confusion. The test also used 256x256 in the uint,uint constructor so it was unable to determine if the X and Y components swapped. I don't expect much upheaval from this commit, not a lot of features were using the ulong Location object constructor. The database never stores the ulong regionhandle... the prims are loaded by region Guid. LLUDPServer used it to determine regions that it handled in a service definition where there was simply a X == X test which has the same logical result un-switched as it did switched. Again, thanks LibOMV for the regionhandle code. | ||||
* | Consistenly make NUnit test cases inherit from OpenSimTestCase which ↵ | Justin Clark-Casey (justincc) | 2012-11-24 | 1 | -1/+2 |
| | | | | automatically turns off any logging enabled between tests | ||||
* | * Tweaked the LocationTests for maximum coverage. | Teravus Ovares (Dan Olivares) | 2010-09-18 | 1 | -0/+19 |
| | | | | * Added more mundane tests. | ||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
| | | | | LICENSE.txt. | ||||
* | * optimized usings. | lbsa71 | 2009-02-12 | 1 | -2/+0 |
| | |||||
* | minor: Add request inventory test | Justin Clarke Casey | 2008-12-11 | 1 | -2/+0 |
| | |||||
* | * Fixes Location == Location, and Location != Location | Teravus Ovares | 2008-11-28 | 1 | -0/+16 |
| | |||||
* | * Committing a new test, that will fail until someone decides to fix ↵ | Teravus Ovares | 2008-11-28 | 1 | -0/+51 |
Location == Location. Obviously, if that is failing then many other things that test location will fail. |