aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* Massive tab and trailing space cleanupMelanie Thielker2017-01-058-19/+19
* work around some 'tests' error: normalization of <0,0,0> no longer causes ar...UbitUmarov2015-11-161-3/+4
* work around some 'tests' error: normalization of <0,0,0> no longer causes ar...UbitUmarov2015-11-161-2/+2
* More EntityTransferContext plumbingMelanie Thielker2015-11-012-3/+5
* More plumbing of the EntityTransferContext (not yet complete)Melanie Thielker2015-11-011-1/+1
* bad merge?UbitUmarov2015-09-011-3/+3
|\
| * Merge branch 'master' into careminsterMelanie2013-08-112-0/+89
| |\
| * \ Merge branch 'master' into careminsterMelanie2013-08-011-7/+7
| |\ \
| * \ \ Merge branch 'master' into careminsterMelanie2013-07-181-1/+1
| |\ \ \
| * \ \ \ Merge branch 'master' into careminsterMelanie2012-12-071-6/+2
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into careminsterMelanie2012-11-258-9/+15
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-04-271-12/+11
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-04-171-2/+2
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into bigmergeMelanie2011-12-052-4/+0
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge commit 'ffdf59a57c936189e3b161b79b4a76a3a9b260bb' into bigmergeMelanie2011-10-251-2/+2
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Resolve merge commits, stage 1Tom2011-09-043-7/+7
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminster-presence-refactorMelanie2011-05-221-1/+0
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminster-presence-refactorMelanie2011-04-301-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminster-presence-refactorMelanie2011-03-103-5/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Add userFlags check to isBanned. This checks bans against DenyAnonymous and D...Tom2011-01-261-3/+3
* | | | | | | | | | | | | | | Fixed failing testDiva Canto2015-08-081-14/+5
* | | | | | | | | | | | | | | WARNING: massive refactor to follow libomv's latest changes regarding invento...Diva Canto2015-08-081-4/+0
* | | | | | | | | | | | | | | refactor: consistently put all test classes in the OpenSim.Tests.Common packa...Justin Clark-Casey (justincc)2014-11-251-1/+0
* | | | | | | | | | | | | | | Eliminated many warningsOren Hurvitz2014-04-231-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | minor: Remove console lines at bottom of FakeParcelIDTests() regression test ...Justin Clark-Casey (justincc)2013-08-081-2/+0
* | | | | | | | | | | | | | Added regression tests for the routines related to fake parcel IDs.Kevin Cozens2013-08-081-0/+84
* | | | | | | | | | | | | | Additional regression tests for the location routines in Location.csKevin Cozens2013-08-081-0/+7
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | * Thanks Plugh for pointing out that the constructor that takes a ulong regi...teravus2013-08-011-7/+7
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Authenticate ChildAgentUpdate too.Diva Canto2013-07-141-1/+1
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | 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