aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-08-17Filling in the blanks: The "meat" of the REST consoleMelanie3-14/+390
2009-08-17Add copyright headers. Formatting cleanup. Fix a compiler warning.Jeff Ames7-10/+63
2009-08-16* handle litjson errors for now. We'll remove this when we hear back from ↵Teravus Ovares (Dan Olivares)1-21/+38
http://jira.openmetaverse.org/browse/LIBOMV-675
2009-08-16* Added Expression based ignores to the PropertyScrambler, which makes a lot ↵Kunnis9-224/+229
of the tests clearer because I'm not constantly resetting properties.
2009-08-16* More improvements to BasicAssetTest.csKunnis1-26/+12
2009-08-16* Fixed MySQL/MySQLAssetData.cs to properly do updates * Removed an extra ↵Kunnis6-37/+95
parameter from MySQL/MySQLInventoryData.cs * Fixed a bug in SQLite/SQLiteAssetData.cs that was causing a NRE when updating an asset. * Improved the BasicAssetTest.cs to do full create/update/get testing * Improved the BasicInventoryTest.cs to do full create/update/get of both a folder and an item * Moved the null ref tests to the start of the PropertyCompareConstraint.cs, so that it doesn't throw when passing in a null item
2009-08-16* Modified SQLite/SQLiteInventoryStore.cs to not throw if the inventory row ↵Kunnis6-64/+154
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.
2009-08-16Adding in Reflection-based testing, to ensure that all properties are covered.Kunnis11-105/+174
2009-08-17Add copyright header. Formatting cleanup.Jeff Ames3-3/+30
2009-08-17Fix argument index in log4net call. (fixes #4003)Jeff Ames1-1/+1
2009-08-17* Implements AppDomain Security for MRM Scripts.Adam Frisby1-2/+101
* Added permissionLevel attribute to [MRM] section in OpenSim.ini. Default is 'Internet', however may be any of the following (case sensitive), FullTrust, SkipVerification, Execution, Nothing, LocalIntranet, Internet, Everything. For previous functionality, set to FullTrust or Execution.
2009-08-16* ShortVersion, another attempt at fixing the test thread death that ↵Teravus Ovares (Dan Olivares)4-7/+10
randomly occurs. * LongVersion nIni may be causing the test thread death. Pausing OpenSimulator during startup causes a nIni error that makes debugging startup operations difficult for users. It might be because when it's in pause mode, something else reads from the nini config passed? If it is, it might not be fixable.. however, if it's concurrency that causes nini death it would make sense to give each section of the tests a new IConfigSource so that they don't read from the same configsource at the same time.
2009-08-16* minor: commentsTeravus Ovares (Dan Olivares)1-0/+16
2009-08-16* Implements ISecurityCredential member on SPAvatar, SPAvatarAttachmentAdam Frisby5-9/+17
* Disables 'event not used' warning for IRCClientView; cuts OpenSim total warnings back.
2009-08-16* Refactor: Moves IAvatarAttachment into IAvatarAttachment.cs instead of ↵Adam Frisby2-13/+15
IAvatar.cs
2009-08-16* Implements ISecurityCredential on all uses of SOPObject.cs except Avatar ↵Adam Frisby2-2/+2
Attachments.
2009-08-16* [MRM] Added permission checks to MRM Events (ie, requires edit permission ↵Adam Frisby1-6/+9
to bind to OnTouch)
2009-08-16* Fixes potential NulRef in MRM Security Checks.Adam Frisby2-3/+4
2009-08-16* [MRM] Implements permission checks on IObject implementations in ↵Adam Frisby3-9/+92
SOPObject.cs. Does not implement security on IObjectInventory yet.
2009-08-16Add copyright headers. Formatting cleanup.Jeff Ames4-4/+112
2009-08-16Misc cleanup.Jeff Ames10-96/+61
2009-08-16Thanks dmiles for a patch that adds PacketType.RequestMultipleObjects Packet ↵Adam Johnson10-0/+58
Handler - ref mantis #4010
2009-08-16* Beginnings of a Security Credential system in MRM. This will eventually ↵Adam Frisby6-13/+62
lead to trusted execution of untrusted MRMs.
2009-08-15* whoops, missing a /Teravus Ovares (Dan Olivares)1-1/+1
2009-08-15* Comment out XEngineTest that doesn't appear to test anything. It just ↵Teravus Ovares (Dan Olivares)1-0/+3
creates a scene named 'My Test' which just happens to be the last scene displayed in the nunit log before it goes boom.
2009-08-15* minor: commentsTeravus Ovares (Dan Olivares)1-2/+99
* also re-trigger panda
2009-08-14* minor : CommentsTeravus Ovares (Dan Olivares)1-3/+68
* Also re-trigger Panda.
2009-08-14* minor : commentsTeravus Ovares (Dan Olivares)1-3/+69
* also re-trigger panda
2009-08-14* Put the StandaloneTeleportTest in a new thread and call Thread.Join() ↵Teravus Ovares (Dan Olivares)1-20/+95
inside a try/Catch (ThreadAbortException) to try and get around scene code aborting the testing thread. Use a Messenger class to report the results back to the test thread.
2009-08-14* Re-enable TestLoadIarV0_1ExistingUsers()Justin Clark-Casey (justincc)1-12/+3
2009-08-14Re-enable TestSaveIarV0_1()Justin Clark-Casey (justincc)2-4/+12
Implement more parts of TestAssetService
2009-08-14Add standard doc and standard doc formatting to IAssetServiceJustin Clark-Casey (justincc)2-10/+38
2009-08-14* allocate the dictionary for AgentCircuitData.ChildrenCapSeeds when ↵Teravus Ovares (Dan Olivares)1-0/+1
creating the circuitdata object to see if it's the cause of a null reference exception in the TestAddNeighbourRegio test
2009-08-14Remove NRE catching on TestReplicateArchivePathToUserInventory() since race ↵Justin Clark-Casey (justincc)1-27/+9
failure now appears to have gone
2009-08-14minor formatting adjustmentsJustin Clark-Casey (justincc)1-2/+10
2009-08-14Adding in Reflection-based testing, to ensure that all properties are covered.Kunnis2-0/+400
2009-08-14Remove one more sponsor referenceMelanie1-1/+1
2009-08-14Remove the script sponsor logic because scripts are timing out again.Melanie4-19/+15
This needs to be looked into. This commit, unfortunately, reinstates a memory leak in regions that see significant script fluctuation, e.g. lots of scripted attachments, or script development.
2009-08-13Deal with possible race in TestAddNeighborRegion in ScenePresenceTestsTeravus Ovares (Dan Olivares)1-0/+24
2009-08-13* Add ThreadTracker Tests, Tests default thread, Adding Testing and Removing ↵Teravus Ovares (Dan Olivares)2-12/+216
a thread, a dead thread, and a null Thread * Fix a null thread situation
2009-08-13* Add AgentCircuitManager tests for adding, removing, changing circuit code, ↵Teravus Ovares (Dan Olivares)1-0/+201
and authentication.
2009-08-14Add some extra info to script load messagesMelanie1-2/+2
2009-08-13* Adds two tests to OpenSim.Framework.Tests. *AgentCircuitData test to ↵Teravus Ovares (Dan Olivares)1-0/+339
ensure that the Packing and unpacking method to and from OSD works as expected called, TestAgentCircuitDataOSDConversion. Also created a HistoricalAgentCircuitDataOSDConversion to ensure that any changes in the way the json wire format is parsed warns us via this test.
2009-08-13* minor: commentsTeravus Ovares (Dan Olivares)1-1/+125
2009-08-13Some small fixesMelanie1-1/+2
2009-08-13Add reference to the profile module in the avatar profiles handler, plusMelanie1-0/+8
an example of how to override legacy core data with data retrieved from the profile module
2009-08-13Add a profile module interface for the client view to useMelanie1-0/+37
2009-08-13Formatting cleanup. Fix some compiler warnings.Jeff Ames4-36/+28
2009-08-12minor:commentsTeravus Ovares (Dan Olivares)7-5/+91
2009-08-12minor: commentsTeravus Ovares (Dan Olivares)4-0/+127