Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix merge | UbitUmarov | 2017-05-07 | 1 | -1/+1 |
| | |||||
* | fix LSL_ApiHttpTests | UbitUmarov | 2017-05-02 | 1 | -5/+9 |
| | |||||
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 1 | -3/+3 |
| | |||||
* | work around some 'tests' errors: dont expect a particular http error response | UbitUmarov | 2015-11-18 | 1 | -2/+3 |
| | |||||
* | Change the IScriptApi back to it's original form, removing XEngine | Melanie Thielker | 2015-08-17 | 1 | -2/+2 |
| | | | | | specific additions that should not have been there in the first place. Sleeping and time measurement are now completely internal to XEngine | ||||
* | Revert "When scripts are sleeping, don't count that as execution time" | Melanie Thielker | 2015-08-17 | 1 | -1/+1 |
| | | | | | | | The approach is good but the way it is written breaks the architecture. Rewrite follows. This reverts commit a568f06b7faea807149205d0e47454e4883e4836. | ||||
* | When scripts are sleeping, don't count that as execution time | Oren Hurvitz | 2015-08-11 | 1 | -1/+1 |
| | | | | Sleeping doesn't use the CPU. | ||||
* | Reduce coupling in regression test task inventory creation methods to make ↵ | Justin Clark-Casey (justincc) | 2015-02-25 | 1 | -1/+1 |
| | | | | them usable in tests with no scene present | ||||
* | 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 | ||||
* | minor: Remove mono compiler warnings from LSL_ApiHttpTests | Justin Clark-Casey (justincc) | 2013-03-11 | 1 | -1/+0 |
| | |||||
* | Add regression test for llReleaseUrl() (and for llRequestUrl) | Justin Clark-Casey (justincc) | 2013-02-27 | 1 | -0/+250 |
Forgot to add file for llRequestUrl() test in commit b8a7c8b |