| Commit message (Expand) | Author | Age | Files | Lines |
* | Unitests: Asset, Estate, Region (the "legacy" one), Inventory | AlexRa | 2010-05-23 | 1 | -166/+0 |
* | Series of patches to include creator ID in assets. | AlexRa | 2010-05-20 | 1 | -4/+35 |
* | Scrambled asset type in BasicAssetTest.cs! | AlexRa | 2010-05-19 | 1 | -9/+10 |
* | Fixed SQL tests. | Diva Canto | 2010-03-02 | 1 | -4/+1 |
* | Changed asset CreatorID to a string | John Hurliman | 2010-02-22 | 1 | -3/+3 |
* | Merge branch 'presence-refactor' of ssh://opensimulator.org/var/git/opensim i... | John Hurliman | 2010-02-22 | 1 | -0/+6 |
|\ |
|
| * | MySQL tests pass, except T016_RandomSogWithSceneParts. Total mystery as to wh... | Diva Canto | 2010-02-21 | 1 | -0/+6 |
* | | * Adds CreatorID to asset metadata. This is just the plumbing to support Crea... | John Hurliman | 2010-02-22 | 1 | -3/+3 |
|/ |
|
* | Changing the AssetBase constructors to avoid initializing assets with an unkn... | John Hurliman | 2009-11-05 | 1 | -3/+3 |
* | * Switching IAssetData to follow the new naming schema, removing the separate... | Kunnis | 2009-08-19 | 1 | -12/+12 |
* | * Added Expression based ignores to the PropertyScrambler, which makes a lot ... | Kunnis | 2009-08-16 | 1 | -20/+14 |
* | * More improvements to BasicAssetTest.cs | Kunnis | 2009-08-16 | 1 | -26/+12 |
* | * Fixed MySQL/MySQLAssetData.cs to properly do updates * Removed an extra par... | Kunnis | 2009-08-16 | 1 | -5/+30 |
* | Adding in Reflection-based testing, to ensure that all properties are covered. | Kunnis | 2009-08-16 | 1 | -7/+12 |
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
* | make the asserts spit out messages about their test names | Sean Dague | 2009-04-13 | 1 | -6/+6 |
* | * 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 |
* | - remove the Metadata property from AssetBase and return all previous | Mike Mazur | 2009-02-17 | 1 | -6/+6 |
* | * optimized usings. | lbsa71 | 2009-02-12 | 1 | -5/+3 |
* | This changeset is the step 1 of 2 in refactoring | Dr Scofield | 2009-02-06 | 1 | -1/+1 |
* | - add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of it | Mike Mazur | 2009-02-04 | 1 | -10/+10 |
* | * minor: remove warnings | Justin Clarke Casey | 2008-09-26 | 1 | -1/+1 |
* | let the asset tests run on MySQL. Interesting difference here, the | Sean Dague | 2008-09-24 | 1 | -3/+10 |
* | 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 |
* | because UUID supports equality, we can do a straight equals instead of | Sean Dague | 2008-09-12 | 1 | -3/+3 |
* | move the actual [Test] methods for databases to OpenSim.Data.Tests | Sean Dague | 2008-09-12 | 1 | -0/+104 |