aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Tests/BorderTests.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Create TestHelpers.EnableLogging() and DisableLogging() to turn logging on ↵Justin Clark-Casey (justincc)2012-04-301-3/+1
| | | | | | and off within tests. This makes *.Tests.dll.config files no longer needed, hence deleted.
* rename TestHelper => TestHelpers for consistencyJustin Clark-Casey (justincc)2011-08-061-4/+4
|
* Add test to check persistence of newly added pre-linked objectsJustin Clark-Casey (justincc)2010-09-061-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.
* Add copyright headers. Formatting cleanup.Jeff Ames2009-09-031-1/+28
|
* * Switch border cross tests over to the new Border class.Teravus Ovares (Dan Olivares)2009-08-201-1/+1
| | | | * Use List<Border> for each cardinal to allow for irregular regions.
* Add Border (a virtual border management class)Teravus Ovares (Dan Olivares)2009-08-191-0/+312
Move Cardinals to it's own file.