Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add current method output to all persistence level tests so that we can ↵ | Justin Clark-Casey (justincc) | 2011-03-14 | 1 | -0/+17 |
| | | | | 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 | -14/+1 |
| | | | | This version removes the NUnit.Framework.SyntaxHelpers namespace, so any modules with their own tests will need to delete this using statement. | ||||
* | Add automated test at the opensim 'api' level to check that a given item ↵ | Justin Clark-Casey (justincc) | 2010-08-24 | 1 | -6/+0 |
| | | | | | | goes to the correct directory Also removes some mono compiler warnings | ||||
* | Various minor changes in the data tests | AlexRa | 2010-05-23 | 1 | -10/+1 |
| | |||||
* | Unitests: Asset, Estate, Region (the "legacy" one), Inventory | AlexRa | 2010-05-23 | 1 | -0/+26 |
| | | | | | | | | 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. | ||||
* | Bugfix in tests (must clear db before migrations, not after) | AlexRa | 2010-05-23 | 1 | -1/+1 |
| | |||||
* | EstateData tests passing on all DBs | AlexRa | 2010-05-23 | 1 | -28/+2 |
| | |||||
* | All data tests made DBMS-independent | AlexRa | 2010-05-23 | 1 | -0/+540 |