| Commit message (Expand) | Author | Files | Lines |
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 5 | -5/+5 |
2009-04-24 | silly C# not letting me use a File.Exists test for a directory. Don't | Sean Dague | 5 | -5/+5 |
2009-04-24 | change power linux detection method, the previous method only worked | Sean Dague | 5 | -10/+10 |
2009-04-09 | * Moved the DatabaseTestAttribute to Test.Common, and thus included ref to th... | lbsa71 | 5 | -0/+5 |
2009-04-09 | * Added custom DatabaseTestAttribute to help separating unit tests from compo... | lbsa71 | 5 | -5/+5 |
2009-04-08 | SQLite doesn't work on ppc64, so ignore these tests if we are | Sean Dague | 5 | -0/+30 |
2009-02-12 | * optimized usings. | lbsa71 | 5 | -40/+4 |
2009-02-09 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -65/+65 |
2009-02-09 | Thank you kindly, TLaukkan (Timmil) for a patch that: | Charles Krinke | 1 | -0/+65 |
2009-02-06 | This changeset is the step 1 of 2 in refactoring | Dr Scofield | 4 | -4/+4 |
2008-09-23 | couple of minor test cleanups to see if this gets us past the bamboo hump | Sean Dague | 1 | -8/+0 |
2008-09-19 | convert to using proper .net tempfiles, should have done this | Sean Dague | 4 | -4/+13 |
2008-09-18 | Add a db.Dispose before calling Delete on the SQLite database. | Homer Horwitz | 4 | -1/+5 |
2008-09-16 | Added some terrain tests, and found a fun race condition in the sqlite | Sean Dague | 1 | -1/+1 |
2008-09-15 | Update svn properties, minor formatting cleanup, fix a compiler warning. | Jeff Ames | 1 | -3/+6 |
2008-09-13 | wrap log4net configure in try block so that it will run if you don't have a | Sean Dague | 1 | -1/+5 |
2008-09-13 | 2 more InventoryItem tests, plus see if I can leave the log4net | Sean Dague | 1 | -0/+2 |
2008-09-12 | move the actual [Test] methods for databases to OpenSim.Data.Tests | Sean Dague | 3 | -167/+9 |
2008-09-12 | be more clever and move the bulk of the db tests for inventory into | Sean Dague | 1 | -140/+3 |
2008-09-11 | more inventory folder tests | Sean Dague | 1 | -10/+55 |
2008-09-11 | add some folder create and list tests | Sean Dague | 1 | -1/+40 |
2008-09-11 | added simple add / exists folder check | Sean Dague | 1 | -0/+41 |
2008-09-11 | add a few more SQLite Asset tests. | Sean Dague | 1 | -3/+31 |
2008-09-10 | added very basic stubs for User and Inventory db creates and empty | Sean Dague | 2 | -0/+146 |
2008-09-10 | fix typo in name of test db | Sean Dague | 1 | -1/+1 |
2008-09-10 | add basic sniff tests for SQLite Asset store. Initializes a db, | Sean Dague | 1 | -0/+91 |
2008-09-10 | add a simple update attribute test for SOG & SQLite | Sean Dague | 1 | -2/+22 |
2008-09-10 | added in a few more tests | Sean Dague | 1 | -6/+40 |
2008-09-10 | the explicit log4net configure attempt was maybe breaking bamboo, get | Sean Dague | 1 | -4/+0 |
2008-09-10 | added the first couple of sqlite tests. we'll see how bamboo | Sean Dague | 1 | -1/+52 |
2008-09-10 | add shell for SQLite testing. No tests yet. | Sean Dague | 1 | -0/+49 |