aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | * Added more mundane tests.
* * Covered the type converters in SLUtil with unit tests.Teravus Ovares (Dan Olivares)2010-09-181-1/+57
| | | | * Does anyone have an example raw notecard to look at and test the notecard parser?
* * More Mundane TestsTeravus Ovares (Dan Olivares)2010-09-172-0/+198
| | | | * SL Util tests of AssetType2ContentType and ContentType2AssetType
* Move OpenSim/Framework/tests/PrimeNumberHelperTests.cs to ↵Justin Clark-Casey (justincc)2010-09-181-0/+146
| | | | | | OpenSim/Framework/Tests/PrimeNumberHelperTests.cs I'm assuming the lowercase tests was a mistake. Please revert if it actually wasn't
* * Fixed and re-enabled CacheTestsTeravus Ovares (Dan Olivares)2010-09-172-13/+164
| | | | | * 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)
* * Add a few more tests to help our meager code coverage %.Teravus Ovares (Dan Olivares)2010-09-171-0/+96
| | | | | | * Tests Animation Constructors * Tests Animation OSD Packing/Unpacking * Tests the PrimeNumberHelper class which is used in the cache.
* 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 ↵John Hurliman2010-02-221-1/+1
| | | | CreatorID, it doesn't modify database backends or OAR files to support storing/loading it
* minor: remove some mono compiler warnings, add --merge load oar switch to ↵Justin Clark-Casey (justincc)2009-11-251-3/+5
| | | | help information
* Formatting cleanup.Jeff Ames2009-11-232-3/+57
|
* Changing the AssetBase constructors to avoid initializing assets with an ↵John Hurliman2009-11-051-2/+1
| | | | unknown asset type, and log an error if it ever does happen
* * Remove the locklessqueue tests since I guess I didn't understand what it ↵Teravus Ovares (Dan Olivares)2009-10-301-147/+0
| | | | was when I wrote the test.
* * Add LocklessQueueTests. One Test is commented out because it fails. ↵Teravus Ovares (Dan Olivares)2009-10-301-0/+147
| | | | It should probably work.. but I'm awaiting clarification.
* * Adding Tests for OpenSim.Framework.Cache. Some test cases disabled until ↵Teravus Ovares (Dan Olivares)2009-10-301-0/+75
| | | | mantis resolutions.
* * Another ACL TestTeravus Ovares (Dan Olivares)2009-10-301-1/+58
|
* * Moving A test from the OpenSim.Framework.ACL object to the ↵Teravus Ovares (Dan Olivares)2009-10-301-0/+41
| | | | OpenSim.Framework.Tests assembly. Fixing the test.
* Remove ThreadTrackerTest. It's no longer relevant because the threadMelanie2009-10-081-56/+0
| | | | tracker now uses the system thread list
* 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 ↵John Hurliman2009-09-301-2/+1
| | | | | | | unnecessary serialization/deserialization of TextureEntry objects and allow TextureEntry to be inspected for missing bakes * Inspect incoming TextureEntry updates for bakes that do not exist on the simulator and request the missing textures * Properly handle appearance updates that do not have a TextureEntry set
* * 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
| | | | http://jira.openmetaverse.org/browse/LIBOMV-675
* 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
| | | | | | a thread, a dead thread, and a null Thread * Fix a null thread situation
* * Add AgentCircuitManager tests for adding, removing, changing circuit code, ↵Teravus Ovares (Dan Olivares)2009-08-131-0/+201
| | | | and authentication.
* * Adds two tests to OpenSim.Framework.Tests. *AgentCircuitData test to ↵Teravus Ovares (Dan Olivares)2009-08-131-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.
* Give m_test* methods more reasonable namesMike Mazur2009-06-121-25/+25
| | | | | | | Changing the names of these methods because they were being picked up by nunit as tests even though they were marked private. Naming them Check* after the original Test*.
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-012-2/+2
| | | | LICENSE.txt.
* 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
| | | | | * Did some aligning refactoring of the MD5 and SHA-1 functions.
* * 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
|
* * Committing a new test, that will fail until someone decides to fix ↵Teravus Ovares2008-11-281-0/+51
| | | | Location == Location. Obviously, if that is failing then many other things that test location will fail.
* - Add Util.isUUIDHomer Horwitz2008-11-021-0/+15
| | | | | | | - Add tests for Util.isUUID - First part of the fix for protocol interoperability between viewer 1.20 and 1.21 for friend offers.
* changes to Test directory structure per opensim-dev conversationSean Dague2008-09-081-0/+141