aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Tests/UtilTest.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-6/+7
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-14/+87
|
* Consistenly make NUnit test cases inherit from OpenSimTestCase which ↵Justin Clark-Casey (justincc)2012-11-241-1/+1
| | | | automatically turns off any logging enabled between tests
* Refactored how asset/inventory types are associated with content types: ↵Oren Hurvitz2012-04-261-12/+11
| | | | gathered all the knowledge into a single class. Added the Mesh content type.
* Get UUIDGatherer to scan notecards in the graph for asset uuids.Justin Clark-Casey (justincc)2011-10-221-2/+2
| | | | | This is to support npc baked texture saving in oars and iars. May address http://opensimulator.org/mantis/view.php?id=5743
* rename TestHelper => TestHelpers for consistencyJustin Clark-Casey (justincc)2011-08-061-4/+4
|
* Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately.Justin Clark-Casey (justincc)2011-03-091-1/+0
| | | | This version removes the NUnit.Framework.SyntaxHelpers namespace, so any modules with their own tests will need to delete this using statement.
* * 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-171-0/+58
| | | | * SL Util tests of AssetType2ContentType and ContentType2AssetType
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* * 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-121-1/+1
|
* - 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