aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Tests/BorderTests.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-11-24Consistenly make NUnit test cases inherit from OpenSimTestCase which ↵Justin Clark-Casey (justincc)1-1/+1
automatically turns off any logging enabled between tests
2012-04-30Create TestHelpers.EnableLogging() and DisableLogging() to turn logging on ↵Justin Clark-Casey (justincc)1-3/+1
and off within tests. This makes *.Tests.dll.config files no longer needed, hence deleted.
2011-08-06rename TestHelper => TestHelpers for consistencyJustin Clark-Casey (justincc)1-4/+4
2010-09-06Add test to check persistence of newly added pre-linked objectsJustin Clark-Casey (justincc)1-7/+10
Added a MockRegionDataPlugin to do in-memory persistence for tests since adding this to OpenSim.Data.Null.NullDataStore doesn't seem appropriate NullDataStore can do nothing because OpenSim only ever retrieve region objects from the database on startup. Adding an in-memory store here would be unecessary overhead.
2009-09-03Add copyright headers. Formatting cleanup.Jeff Ames1-1/+28
2009-08-20* Switch border cross tests over to the new Border class.Teravus Ovares (Dan Olivares)1-1/+1
* Use List<Border> for each cardinal to allow for irregular regions.
2009-08-19Add Border (a virtual border management class)Teravus Ovares (Dan Olivares)1-0/+312
Move Cardinals to it's own file.