aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Tests/MundaneFrameworkTests.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into careminsterMelanie2012-04-171-2/+2
|\ | | | | | | | | Conflicts: OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
| * refactor: Rename EstateSettings.IsEstateManager() to ↵Justin Clark-Casey (justincc)2012-04-171-2/+2
| | | | | | | | | | | | | | EstateSettings.IsEstateManagerOrOwner() to reflect what it actually does. This makes it consistent with other parts of OpenSimulator that are treating ESTATE_MANAGER and ESTATE_OWNER as different entities. As per opensim-dev mailing list.
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-301-1/+1
|\ \ | |/
| * Fatpack message on agent transfers: 1 message only (UpdateAgent) containing ↵Diva Canto2011-04-281-1/+1
| | | | | | | | the agent and all attachments. Preserves backwards compatibility -- older sims get passed attachments one by one. Meaning that I finally introduced versioning in the simulation service.
* | Add userFlags check to isBanned. This checks bans against DenyAnonymous and ↵Tom2011-01-261-3/+3
|/ | | | DenyMinors. Note that the ban doesn't actually work yet due to some stuff mel's working on .
* 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-181-1/+41
| | | | * Added more mundane tests.
* * More Mundane TestsTeravus Ovares (Dan Olivares)2010-09-171-0/+140
| | | | * SL Util tests of AssetType2ContentType and ContentType2AssetType
* * Fixed and re-enabled CacheTestsTeravus Ovares (Dan Olivares)2010-09-171-0/+131
* Added MundaneFrameworkTests.cs for the really mundane tests like testing properties,constructors, etc in OpenSim.Framework. * Fixed LeftAxis and UpAxis unpacking from OSD to AgentPosition (copy and paste error caught while writing mundane test) (Good thing nobody uses the camera frustum from remote regions yet)