aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-198-30/+33
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-035-27/+102
* minor: tidy up spacing at bottom of MundaneFrameworkTestsJustin Clark-Casey (justincc)2012-12-051-6/+2
* Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)2012-11-248-9/+15
* Refactored how asset/inventory types are associated with content types: gathe...Oren Hurvitz2012-04-261-12/+11
* refactor: Rename EstateSettings.IsEstateManager() to EstateSettings.IsEstateM...Justin Clark-Casey (justincc)2012-04-171-2/+2
* Add beginning of ScenePresenceAgentTests.TestCreateChildScenePresence()Justin Clark-Casey (justincc)2011-12-032-4/+0
* Get UUIDGatherer to scan notecards in the graph for asset uuids.Justin Clark-Casey (justincc)2011-10-221-2/+2
* rename TestHelper => TestHelpers for consistencyJustin Clark-Casey (justincc)2011-08-061-4/+4
* Get rid of AvatarAppearance.Owner to simplify the code.Justin Clark-Casey (justincc)2011-08-022-3/+3
* Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just OpenSim.Te...Justin Clark-Casey (justincc)2011-05-211-1/+0
* Fatpack message on agent transfers: 1 message only (UpdateAgent) containing t...Diva Canto2011-04-281-1/+1
* Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately.Justin Clark-Casey (justincc)2011-03-093-5/+0
* Major refactoring of appearance handling.Master ScienceSim2010-10-201-2/+0
* minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2010-10-091-4/+4
* * Tweaked the LocationTests for maximum coverage.Teravus Ovares (Dan Olivares)2010-09-182-1/+60
* * Covered the type converters in SLUtil with unit tests.Teravus Ovares (Dan Olivares)2010-09-181-1/+57
* * More Mundane TestsTeravus Ovares (Dan Olivares)2010-09-172-0/+198
* Move OpenSim/Framework/tests/PrimeNumberHelperTests.cs to OpenSim/Framework/T...Justin Clark-Casey (justincc)2010-09-181-0/+146
* * Fixed and re-enabled CacheTestsTeravus Ovares (Dan Olivares)2010-09-172-13/+164
* * Add a few more tests to help our meager code coverage %.Teravus Ovares (Dan Olivares)2010-09-171-0/+96
* remove unused ACL classJustin Clark-Casey (justincc)2010-07-301-125/+0
* Changed asset CreatorID to a stringJohn Hurliman2010-02-221-1/+1
* * Adds CreatorID to asset metadata. This is just the plumbing to support Crea...John Hurliman2010-02-221-1/+1
* minor: remove some mono compiler warnings, add --merge load oar switch to hel...Justin Clark-Casey (justincc)2009-11-251-3/+5
* Formatting cleanup.Jeff Ames2009-11-232-3/+57
* Changing the AssetBase constructors to avoid initializing assets with an unkn...John Hurliman2009-11-051-2/+1
* * Remove the locklessqueue tests since I guess I didn't understand what it wa...Teravus Ovares (Dan Olivares)2009-10-301-147/+0
* * Add LocklessQueueTests. One Test is commented out because it fails. ...Teravus Ovares (Dan Olivares)2009-10-301-0/+147
* * Adding Tests for OpenSim.Framework.Cache. Some test cases disabled until m...Teravus Ovares (Dan Olivares)2009-10-301-0/+75
* * Another ACL TestTeravus Ovares (Dan Olivares)2009-10-301-1/+58
* * Moving A test from the OpenSim.Framework.ACL object to the OpenSim.Framewor...Teravus Ovares (Dan Olivares)2009-10-301-0/+41
* Remove ThreadTrackerTest. It's no longer relevant because the threadMelanie2009-10-081-56/+0
* Fixing a few compile errors in the previous commitJohn Hurliman2009-10-061-138/+2
* * Change the signature of the agent set appearance callback to prevent unnece...John Hurliman2009-09-301-2/+1
* * More Test tweaking to get down to the root cause of the test wierdnessTeravus Ovares (Dan Olivares)2009-08-171-0/+2
* * handle litjson errors for now. We'll remove this when we hear back from ...Teravus Ovares (Dan Olivares)2009-08-161-21/+38
* Misc cleanup.Jeff Ames2009-08-162-2/+2
* * Add ThreadTracker Tests, Tests default thread, Adding Testing and Removing ...Teravus Ovares (Dan Olivares)2009-08-131-0/+192
* * Add AgentCircuitManager tests for adding, removing, changing circuit code, ...Teravus Ovares (Dan Olivares)2009-08-131-0/+201
* * Adds two tests to OpenSim.Framework.Tests. *AgentCircuitData test to ensure...Teravus Ovares (Dan Olivares)2009-08-131-0/+339
* Give m_test* methods more reasonable namesMike Mazur2009-06-121-25/+25
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-012-2/+2
* Add copyright headers.Jeff Ames2009-04-141-1/+28
* Update svn properties.Jeff Ames2009-04-141-49/+49
* * Added some more experimental code; nothing wired in so far.lbsa712009-04-091-0/+49
* * Added NUnit tested utility function GetHashGuid() for future use.lbsa712009-04-011-0/+18
* * optimized usings.lbsa712009-02-122-3/+1
* minor: Add request inventory testJustin Clarke Casey2008-12-111-2/+0
* * Fixes Location == Location, and Location != LocationTeravus Ovares2008-11-281-0/+16