Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Getting rid of the dead field RootInventoryFolderId on UserProfileData, It's ↵ | Kunnis | 2009-12-06 | 1 | -7/+2 |
| | | | | | | not even stored in mysql. Signed-off-by: Melanie <melanie@t-data.com> | ||||
* | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -11/+11 |
| | |||||
* | * Added Expression based ignores to the PropertyScrambler, which makes a lot ↵ | Kunnis | 2009-08-16 | 1 | -10/+2 |
| | | | | of the tests clearer because I'm not constantly resetting properties. | ||||
* | * Modified SQLite/SQLiteInventoryStore.cs to not throw if the inventory row ↵ | Kunnis | 2009-08-16 | 1 | -0/+1 |
| | | | | does not exist, to match the mysql behavior. * Modified SQLite/SQLiteRegionData.cs to only persist temporary items following the same rules mysql uses. * Added another ignore to the inventory test that was missing. * Added a few more ignores to the RegionTest that the first version of my test were missing. * Added ignoring the root Folder ID, which is set by the inventory system. * Added several improvements to the PropertyCompareConstraint: Protection against infinite loops, added IComparable<T> (for UUID) and moved IComparable before the property matching. * Fixed a bug where I was saving the inside of the ignore expression instead of the outside of it. | ||||
* | Adding in Reflection-based testing, to ensure that all properties are covered. | Kunnis | 2009-08-16 | 1 | -7/+23 |
| | |||||
* | minor formatting adjustments | Justin Clark-Casey (justincc) | 2009-08-14 | 1 | -2/+10 |
| | |||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
| | | | | LICENSE.txt. | ||||
* | make the asserts spit out messages about their test names | Sean Dague | 2009-04-13 | 1 | -127/+127 |
| | |||||
* | * minor: Remove most mono compiler warnings | Justin Clarke Casey | 2009-02-25 | 1 | -1/+1 |
| | |||||
* | Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that: | Charles Krinke | 2009-02-22 | 1 | -0/+3 |
| | | | | | | | | | * Added log4net dependency to physxplugin in prebuild.xml. * Added missing m_log fields to classes. * Replaced Console.WriteLine with appropriate m_log.Xxxx * Tested that nant test target runs succesfully. * Tested that local opensim sandbox starts up without errors. | ||||
* | * optimized usings. | lbsa71 | 2009-02-12 | 1 | -4/+3 |
| | |||||
* | This changeset is the step 1 of 2 in refactoring | Dr Scofield | 2009-02-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | OpenSim.Region.Environment into a "framework" part and a modules only part. This first changeset refactors OpenSim.Region.Environment.Scenes, OpenSim.Region.Environment.Interfaces, and OpenSim.Region.Interfaces into OpenSim.Region.Framework.{Interfaces,Scenes} leaving only region modules in OpenSim.Region.Environment. The next step will be to move region modules up from OpenSim.Region.Environment.Modules to OpenSim.Region.CoreModules and then sort out which modules are really core modules and which should move out to forge. I've been very careful to NOT BREAK anything. i hope i've succeeded. as this is the work of a whole week i hope i managed to keep track with the applied patches of the last week --- could any of you that did check in stuff have a look at whether it survived? thx! | ||||
* | * Minor test correction, comment removal | Sean Dague | 2008-12-03 | 1 | -2/+1 |
| | | | | | From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com> | ||||
* | Extends Avatar Appearance tests | Sean Dague | 2008-12-03 | 1 | -1/+109 |
| | | | | | From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com> | ||||
* | Extended Agent Tests | Sean Dague | 2008-11-18 | 1 | -0/+46 |
| | | | | | From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com> | ||||
* | 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. |