Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor: consistently put all test classes in the OpenSim.Tests.Common ↵ | Justin Clark-Casey (justincc) | 2014-11-25 | 1 | -1/+0 |
| | | | | | | package rather than some in OpenSim.Tests.Common.Mock the separate mock package was not useful and was just another using line to always add | ||||
* | If an asset POST does not contain well-formed XML, return a 400 (Bad ↵ | Justin Clark-Casey (justincc) | 2012-11-22 | 1 | -0/+26 |
| | | | | Request) HTTP status rather than simply dropping the request. | ||||
* | Add regression test for a good request made to the asset service post handler. | Justin Clark-Casey (justincc) | 2012-11-21 | 1 | -0/+84 |
Adds new OpenSim.Server.Handlers.Tests.dll to test suite |