aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Tests/Resources/TestDataConnections.ini (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move db directory out of tree.onefang2019-05-191-2/+2
|
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-2/+2
|
* Attempt to move everything writable, and the configs, out of the bin directory.David Walter Seikel2016-11-041-2/+2
| | | | Log configs are still in the bin directory.
* add sqlite database back to database testsJustin Clark-Casey (justincc)2010-06-041-1/+1
| | | | | this appears to be okay even though we reuse it between runs without deleting it first. size of the database appears not to be changing though that could be deceptive
* Added MS SQL test conn to INI - only as an example, modify before use!!!AlexRa2010-05-231-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.
* Added generic base classes for testing database servicesAlexRa2010-05-231-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.