aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Tests/BasicUserTest.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed some commentsSean Dague2008-10-151-3/+1
|
* Merge commit 'arthur/master'Sean Dague2008-10-141-13/+244
|
* * minor: remove warningsJustin Clarke Casey2008-09-261-1/+1
|
* couple of minor test cleanups to see if this gets us past the bamboo humpSean Dague2008-09-231-1/+1
|
* add in bits to attempt to enable log4net on these tests to help when debuggingSean Dague2008-09-191-0/+9
|
* move the actual [Test] methods for databases to OpenSim.Data.TestsSean Dague2008-09-121-0/+63
classes. This did mean loosing 1 unit test that was actually testing an sqlite function directly instead of the interface.