Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | From: arthursv@linux.vnet.ibm.com | Sean Dague | 2008-11-06 | 1 | -31/+141 |
| | | | | | | | Add more unit tests for user cases Persist more user fields into mysql that already had columns defined but weren't getting passed to the mysql manager. | ||||
* | add a test that ensures that databases work if email is null. | Sean Dague | 2008-11-05 | 1 | -0/+4 |
| | | | | | From: Sean Dague <sdague@gmail.com> | ||||
* | - Added stronger persistence tests for BasicUserTests | Sean Dague | 2008-11-04 | 1 | -11/+101 |
| | | | | | From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com> | ||||
* | implement email field for MySQL and SQLite | Sean Dague | 2008-11-04 | 1 | -1/+5 |
| | | | | | From: Sean Dague <sdague@gmail.com> | ||||
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-10-17 | 1 | -1/+1 |
| | |||||
* | - Removed debug print method | Sean Dague | 2008-10-16 | 1 | -12/+1 |
| | |||||
* | more fun with rebasing | Sean Dague | 2008-10-16 | 1 | -2/+12 |
| | |||||
* | resorting out this merge from arthur, sorry for so many commits here. | Sean Dague | 2008-10-16 | 1 | -8/+0 |
| | |||||
* | - Enforced no user or agent with UUID 0 on agent DB insertion | Sean Dague | 2008-10-16 | 1 | -0/+5 |
| | |||||
* | - New attempt after merging problem | Sean Dague | 2008-10-16 | 1 | -5/+0 |
| | |||||
* | - Enforced no user or agent with UUID 0 on agent DB insertion | Sean Dague | 2008-10-16 | 1 | -0/+3 |
| | |||||
* | - Removed a Console.Writeline and added a Test that will be changed | Sean Dague | 2008-10-16 | 1 | -2/+7 |
| | | | | | | if the last commit is accepted | ||||
* | - Removed debug print method | Sean Dague | 2008-10-16 | 1 | -12/+1 |
| | |||||
* | - Enforced no user or agent with UUID 0 on agent DB insertion | Sean Dague | 2008-10-16 | 1 | -8/+4 |
| | |||||
* | clean up a merge conflict and remove a console message | Sean Dague | 2008-10-15 | 1 | -0/+1 |
| | |||||
* | - Added User Appearance Set and Get tests | Sean Dague | 2008-10-15 | 1 | -0/+10 |
| | |||||
* | - Removed a Console.Writeline and added a Test that will be changed | Sean Dague | 2008-10-15 | 1 | -2/+20 |
| | | | | | | if the last commit is accepted | ||||
* | - Makes MySQL reject inserting UUID 0 | Sean Dague | 2008-10-15 | 1 | -5/+19 |
| | | | | | | | | | | - Makes SQLite mimick MySQL default behavior on first and last name already on db: it does not insert the new record. - Added tests for UUID 0 and for new UUID with existing first and last name. | ||||
* | Removed some comments | Sean Dague | 2008-10-15 | 1 | -3/+1 |
| | |||||
* | Merge commit 'arthur/master' | Sean Dague | 2008-10-14 | 1 | -13/+244 |
| | |||||
* | * minor: remove warnings | Justin Clarke Casey | 2008-09-26 | 1 | -1/+1 |
| | |||||
* | couple of minor test cleanups to see if this gets us past the bamboo hump | Sean Dague | 2008-09-23 | 1 | -1/+1 |
| | |||||
* | add in bits to attempt to enable log4net on these tests to help when debugging | Sean Dague | 2008-09-19 | 1 | -0/+9 |
| | |||||
* | move the actual [Test] methods for databases to OpenSim.Data.Tests | Sean Dague | 2008-09-12 | 1 | -0/+63 |
classes. This did mean loosing 1 unit test that was actually testing an sqlite function directly instead of the interface. |