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/+27 |
| | | | | track where we are in the test suite | ||||
* | minor: remove mono compiler warning | Justin Clark-Casey (justincc) | 2011-03-12 | 1 | -1/+1 |
| | |||||
* | Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately. | Justin Clark-Casey (justincc) | 2011-03-09 | 1 | -12/+0 |
| | | | | This version removes the NUnit.Framework.SyntaxHelpers namespace, so any modules with their own tests will need to delete this using statement. | ||||
* | Another attempt at fixing failing test for creator info. | Marck | 2010-11-26 | 1 | -2/+2 |
| | |||||
* | Attempt at fixing failing test. | Diva Canto | 2010-11-23 | 1 | -2/+4 |
| | |||||
* | Add automated test at the opensim 'api' level to check that a given item ↵ | Justin Clark-Casey (justincc) | 2010-08-24 | 1 | -4/+0 |
| | | | | | | goes to the correct directory Also removes some mono compiler warnings | ||||
* | Various minor changes in the data tests | AlexRa | 2010-05-23 | 1 | -3/+5 |
| | |||||
* | Unitests: Asset, Estate, Region (the "legacy" one), Inventory | AlexRa | 2010-05-23 | 1 | -1/+28 |
| | | | | | | | | 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 |
| | |||||
* | All data tests made DBMS-independent | AlexRa | 2010-05-23 | 1 | -0/+347 |