aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Tests/BasicAssetTest.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.