aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Tests/BasicAssetTest.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add in bits to attempt to enable log4net on these tests to help when debuggingSean Dague2008-09-191-0/+9
|
* because UUID supports equality, we can do a straight equals instead ofSean Dague2008-09-121-3/+3
| | | | | | convert to string and match.
* move the actual [Test] methods for databases to OpenSim.Data.TestsSean Dague2008-09-121-0/+104
classes. This did mean loosing 1 unit test that was actually testing an sqlite function directly instead of the interface.