Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Various minor changes in the data tests | AlexRa | 2010-05-23 | 1 | -2/+2 |
| | |||||
* | Unitests: Asset, Estate, Region (the "legacy" one), Inventory | AlexRa | 2010-05-23 | 1 | -1/+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 |
| | |||||
* | Corrections in RegionTests.cs. It now fully works! | AlexRa | 2010-05-23 | 1 | -48/+75 |
| | | | | | | | | | The problem was that some tests relied on prior tests to leave the DB in a particular state, but the test class cleared the DB every time. The affected tests have been merged into one to remove the dependencies. tested on all 3 Dbs, all tests green. | ||||
* | All data tests made DBMS-independent | AlexRa | 2010-05-23 | 1 | -0/+1082 |