Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-05-23 | Added MS SQL test conn to INI - only as an example, modify before use!!! | AlexRa | 1 | -4/+21 | |
NOTE that this INI file is currently loaded as a embedded RESOURCE, which is weird and has a disadvantage of having to rebuild the Tests whenever the conn strings are changed. The only reason is that I couldn't figure out a reliable way to put this INI into the correct dir at runtime. If somebody can do it, that would be cool. | |||||
2010-05-23 | Added generic base classes for testing database services | AlexRa | 1 | -0/+7 | |
These are some generic classes that simplify writing tests for any of the data connectors and databases. Among other things, configuring the connection strings is done once, in a separate resource file. Tests based on the new BasicDataServiceTest class require NUnit 2.5 or better. |