| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | add in bits to attempt to enable log4net on these tests to help when debugging | Sean Dague | 2008-09-19 | 3 | -0/+27 |
* | add a region settings test | Sean Dague | 2008-09-19 | 1 | -0/+13 |
* | convert to using proper .net tempfiles, should have done this | Sean Dague | 2008-09-19 | 4 | -4/+13 |
* | Add a db.Dispose before calling Delete on the SQLite database. | Homer Horwitz | 2008-09-18 | 4 | -1/+5 |
* | - Add Dispose method to IRegionDataStore | Homer Horwitz | 2008-09-18 | 8 | -10/+110 |
* | * Updates the SQLite region database to support the same properties that the ... | Teravus Ovares | 2008-09-18 | 3 | -1/+190 |
* | adds support to delete a region completely and offers that | Dr Scofield | 2008-09-18 | 1 | -1/+0 |
* | add some comments and some try blocks around object storage | Sean Dague | 2008-09-18 | 1 | -3/+26 |
* | Adding currentLookAt to useragents table in SQLite. This complements the | Homer Horwitz | 2008-09-17 | 2 | -0/+15 |
* | Added some terrain tests, and found a fun race condition in the sqlite | Sean Dague | 2008-09-16 | 3 | -26/+97 |
* | we can use equals on strings because they are comparible, and | Sean Dague | 2008-09-16 | 1 | -3/+3 |
* | Mantis #904: Thanks jonc, for a patch that adds "useragents" table to | Homer Horwitz | 2008-09-16 | 2 | -67/+84 |
* | add an inventory change test. | Sean Dague | 2008-09-16 | 1 | -0/+19 |
* | Update svn properties, minor formatting cleanup, fix a compiler warning. | Jeff Ames | 2008-09-15 | 1 | -3/+6 |
* | Mantis #2124 | Melanie Thielker | 2008-09-14 | 24 | -1717/+2573 |
* | Thank you kindly, CMickeyb for a patch that: | Charles Krinke | 2008-09-14 | 1 | -0/+6 |
* | * Adds regiondata and estatedata persistence in Sqlite. This commit is actu... | Teravus Ovares | 2008-09-13 | 1 | -0/+3 |
* | Formatting cleanup. | Jeff Ames | 2008-09-13 | 1 | -1/+1 |
* | * Fixes SQLite load crash. | Teravus Ovares | 2008-09-13 | 1 | -2/+3 |
* | Add region settings support to SQLite (untested!) | Melanie Thielker | 2008-09-13 | 1 | -1/+183 |
* | wrap log4net configure in try block so that it will run if you don't have a | Sean Dague | 2008-09-13 | 1 | -1/+5 |
* | 2 more InventoryItem tests, plus see if I can leave the log4net | Sean Dague | 2008-09-13 | 2 | -0/+26 |
* | * minor: spelling mistake and message tidying on Migration messages | Justin Clarke Casey | 2008-09-12 | 1 | -5/+5 |
* | add first round of folder tests | Sean Dague | 2008-09-12 | 1 | -44/+98 |
* | * Make fix to MSSQLRegionData.cs in LoadLandObjects as recommended by Garrett... | Justin Clarke Casey | 2008-09-12 | 1 | -1/+1 |
* | * Add userstore sql upgrade I carelessly forgot to check in a couple of revis... | Justin Clarke Casey | 2008-09-12 | 1 | -0/+5 |
* | * Patch http://opensimulator.org/mantis/view.php?id=2163 | Justin Clarke Casey | 2008-09-12 | 2 | -0/+12 |
* | * Check in first part of http://opensimulator.org/mantis/view.php?id=2073 | Justin Clarke Casey | 2008-09-12 | 1 | -3/+6 |
* | because UUID supports equality, we can do a straight equals instead of | Sean Dague | 2008-09-12 | 1 | -3/+3 |
* | use new style asserts. They are much easier to read. | Sean Dague | 2008-09-12 | 1 | -2/+2 |
* | move the actual [Test] methods for databases to OpenSim.Data.Tests | Sean Dague | 2008-09-12 | 7 | -167/+308 |
* | change order in prebuild.xml so this works in nant on a clean | Sean Dague | 2008-09-12 | 1 | -1/+1 |
* | be more clever and move the bulk of the db tests for inventory into | Sean Dague | 2008-09-12 | 2 | -140/+187 |
* | more inventory folder tests | Sean Dague | 2008-09-11 | 1 | -10/+55 |
* | add some folder create and list tests | Sean Dague | 2008-09-11 | 1 | -1/+40 |
* | added simple add / exists folder check | Sean Dague | 2008-09-11 | 1 | -0/+41 |
* | add a few more SQLite Asset tests. | Sean Dague | 2008-09-11 | 1 | -3/+31 |
* | added very basic stubs for User and Inventory db creates and empty | Sean Dague | 2008-09-10 | 2 | -0/+146 |
* | fix typo in name of test db | Sean Dague | 2008-09-10 | 1 | -1/+1 |
* | add basic sniff tests for SQLite Asset store. Initializes a db, | Sean Dague | 2008-09-10 | 1 | -0/+91 |
* | add a simple update attribute test for SOG & SQLite | Sean Dague | 2008-09-10 | 1 | -2/+22 |
* | added in a few more tests | Sean Dague | 2008-09-10 | 1 | -6/+40 |
* | the explicit log4net configure attempt was maybe breaking bamboo, get | Sean Dague | 2008-09-10 | 1 | -4/+0 |
* | added the first couple of sqlite tests. we'll see how bamboo | Sean Dague | 2008-09-10 | 2 | -2/+53 |
* | add shell for SQLite testing. No tests yet. | Sean Dague | 2008-09-10 | 1 | -0/+49 |
* | Mantis #511 | Melanie Thielker | 2008-09-10 | 1 | -1/+2 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-09-10 | 1 | -2/+2 |
* | Thanks, nlin, for a patch implementing persistence for "When Left Clicked" | Mike Mazur | 2008-09-10 | 2 | -0/+11 |
* | * Fixes Sqlite crash bug when saving a prim. | Teravus Ovares | 2008-09-09 | 1 | -1/+6 |
* | possible fix for EARTH SHATTERING KABOOM! when trying to save a prim | Sean Dague | 2008-09-09 | 1 | -1/+1 |