aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Tests/Resources (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Move db directory out of tree.onefang1-2/+2
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-2/+2
2016-11-04Attempt to move everything writable, and the configs, out of the bin directory.David Walter Seikel1-2/+2
Log configs are still in the bin directory.
2010-06-04add sqlite database back to database testsJustin Clark-Casey (justincc)1-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
2010-05-23Added MS SQL test conn to INI - only as an example, modify before use!!!AlexRa1-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-23Added generic base classes for testing database servicesAlexRa1-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.