Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 1 | -3/+3 |
| | |||||
* | asset tests that still need UploadAttempts | UbitUmarov | 2016-09-01 | 1 | -0/+18 |
| | |||||
* | assets uploads to grid. Change the retry code. Stop using ↵ | UbitUmarov | 2016-09-01 | 1 | -18/+0 |
| | | | | asset.UploadAttempts field that should be removed | ||||
* | work around some 'tests' errors: assets are modified by the test, on ↵ | UbitUmarov | 2015-11-17 | 1 | -0/+18 |
| | | | | current code | ||||
* | Remove unmaintained MSSQL support. | Justin Clark-Casey (justincc) | 2014-11-28 | 1 | -8/+0 |
| | | | | | This has not been maintained for more than 2 years, is unimplemented for newer features (e.g. built-in groups) and has no core developers using it. If somebody fixes these issues then it could be reinstated. | ||||
* | Added assets service method AssetsExist(), which returns whether the given ↵ | Oren Hurvitz | 2014-04-02 | 1 | -7/+9 |
| | | | | | | list of assets exist. This method is used to optimize sending assets with embedded assets: e.g., when a Hypergrid visitor takes an item into the inventory. | ||||
* | Consistenly make NUnit test cases inherit from OpenSimTestCase which ↵ | Justin Clark-Casey (justincc) | 2012-11-24 | 1 | -1/+1 |
| | | | | automatically turns off any logging enabled between tests | ||||
* | rename TestHelper => TestHelpers for consistency | Justin Clark-Casey (justincc) | 2011-08-06 | 1 | -3/+3 |
| | |||||
* | Add current method output to all persistence level tests so that we can ↵ | Justin Clark-Casey (justincc) | 2011-03-14 | 1 | -0/+7 |
| | | | | track where we are in the test suite | ||||
* | Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately. | Justin Clark-Casey (justincc) | 2011-03-09 | 1 | -17/+1 |
| | | | | This version removes the NUnit.Framework.SyntaxHelpers namespace, so any modules with their own tests will need to delete this using statement. | ||||
* | Minor correction to AssetTests.cs | AlexRa | 2010-05-26 | 1 | -3/+3 |
| | | | | (forgot to change test descriptions, has no effect on running the tests) | ||||
* | Various minor changes in the data tests | AlexRa | 2010-05-23 | 1 | -0/+8 |
| | |||||
* | Unitests: Asset, Estate, Region (the "legacy" one), Inventory | AlexRa | 2010-05-23 | 1 | -5/+57 |
| | | | | | | | | The tests have been modified to work under NUnit 2.4.6 (the one currently used in the project). They will also work with NUnit 2.5+ as is, but will look better if you #define NUNIT25 for them. | ||||
* | BasicAssetTest.cs replaced by AssetTests.cs | AlexRa | 2010-05-23 | 1 | -0/+161 |
AssetTests: The name has changed to reflect the fact it is no longer a base class, but the complete asset test for all supported databases. The test can also check storing of CreatorID, but the feature is disabled at this commit! |