aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Tests/BasicAssetTest.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Unitests: Asset, Estate, Region (the "legacy" one), InventoryAlexRa2010-05-231-166/+0
* Series of patches to include creator ID in assets.AlexRa2010-05-201-4/+35
* Scrambled asset type in BasicAssetTest.cs!AlexRa2010-05-191-9/+10
* Fixed SQL tests.Diva Canto2010-03-021-4/+1
* Changed asset CreatorID to a stringJohn Hurliman2010-02-221-3/+3
* Merge branch 'presence-refactor' of ssh://opensimulator.org/var/git/opensim i...John Hurliman2010-02-221-0/+6
|\
| * MySQL tests pass, except T016_RandomSogWithSceneParts. Total mystery as to wh...Diva Canto2010-02-211-0/+6
* | * Adds CreatorID to asset metadata. This is just the plumbing to support Crea...John Hurliman2010-02-221-3/+3
|/
* Changing the AssetBase constructors to avoid initializing assets with an unkn...John Hurliman2009-11-051-3/+3
* * Switching IAssetData to follow the new naming schema, removing the separate...Kunnis2009-08-191-12/+12
* * Added Expression based ignores to the PropertyScrambler, which makes a lot ...Kunnis2009-08-161-20/+14
* * More improvements to BasicAssetTest.csKunnis2009-08-161-26/+12
* * Fixed MySQL/MySQLAssetData.cs to properly do updates * Removed an extra par...Kunnis2009-08-161-5/+30
* Adding in Reflection-based testing, to ensure that all properties are covered.Kunnis2009-08-161-7/+12
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* make the asserts spit out messages about their test namesSean Dague2009-04-131-6/+6
* * minor: Remove most mono compiler warningsJustin Clarke Casey2009-02-251-1/+1
* Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2009-02-221-0/+3
* - remove the Metadata property from AssetBase and return all previousMike Mazur2009-02-171-6/+6
* * optimized usings.lbsa712009-02-121-5/+3
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-061-1/+1
* - add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of itMike Mazur2009-02-041-10/+10
* * minor: remove warningsJustin Clarke Casey2008-09-261-1/+1
* let the asset tests run on MySQL. Interesting difference here, theSean Dague2008-09-241-3/+10
* couple of minor test cleanups to see if this gets us past the bamboo humpSean Dague2008-09-231-1/+1
* add in bits to attempt to enable log4net on these tests to help when debuggingSean Dague2008-09-191-0/+9
* because UUID supports equality, we can do a straight equals instead ofSean Dague2008-09-121-3/+3
* move the actual [Test] methods for databases to OpenSim.Data.TestsSean Dague2008-09-121-0/+104