aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Tests (unfollow)
Commit message (Expand)AuthorFilesLines
2010-09-12Formatting cleanup.Jeff Ames3-18/+18
2010-09-07* Cache null account responses in the SimianUserAccountServiceConnector to av...John Hurliman1-1/+3
2010-09-07minor: comment out some excessive test loggingJustin Clark-Casey (justincc)1-1/+1
2010-09-07Fix deletion persistence when freshly delinked prims are removedJustin Clark-Casey (justincc)1-2/+2
2010-09-07Fix deletion persistence when freshly delinked prims are removedJustin Clark-Casey (justincc)1-2/+2
2010-09-06Add test that checks correct persistence when an unlink is quickly followed b...Justin Clark-Casey (justincc)1-9/+40
2010-09-06extend TestNewSceneObjectLinkPersistence() to check for presence of non-root ...Justin Clark-Casey (justincc)1-2/+3
2010-09-06Add test to check persistence of newly added pre-linked objectsJustin Clark-Casey (justincc)4-14/+63
2010-08-24add test to check move of task item to user inventory when a target folder is...Justin Clark-Casey (justincc)1-0/+26
2010-08-24minor: stop test using obsolete propertyJustin Clark-Casey (justincc)1-1/+1
2010-08-24refactor TestMoveTaskInventoryItemNoParent()Justin Clark-Casey (justincc)1-24/+37
2010-08-24Add automated test at the opensim 'api' level to check that a given item goes...Justin Clark-Casey (justincc)1-0/+104
2010-08-20Unit test breakage fix.Diva Canto2-6/+11
2010-08-10On shift-copy of an object, set up a new physics actor (as appropriate) for e...Justin Clark-Casey (justincc)1-0/+7
2010-08-10Extend DuplicateObject() test to check flags on the duplicated objectJustin Clark-Casey (justincc)1-7/+9
2010-08-10extend TestDuplicateObject() to a two prim objectJustin Clark-Casey (justincc)1-10/+19
2010-08-07Add new SceneGraphTests class. Add simple TestDuplicateObject()Justin Clark-Casey (justincc)2-1/+71
2010-08-07Remove old test classes that don't actually test anything not done elsewhereJustin Clark-Casey (justincc)2-233/+0
2010-05-21minor: remove LongRunning test designator from TestAddSceneObject() since it ...Justin Clark-Casey (justincc)1-1/+1
2010-05-21add test to make sure that adding an object where one already exists in the s...Justin Clark-Casey (justincc)1-0/+34
2010-05-21extend TestAddSceneObject() to check Scene.AddNewSceneObject() return booleanJustin Clark-Casey (justincc)1-3/+13
2010-05-21add prim item and test asset save in save oar unit testJustin Clark-Casey (justincc)1-1/+2
2010-05-15Finalized the client's TCP IP address verification process for HG1.5.Diva Canto1-0/+5
2010-03-31Committing the LightShare code, which was developed by TomMeta of Meta7.Melanie1-1/+10
2010-03-19Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, Scene...Dan Lake1-1/+1
2010-03-15* UuidGatherer now tracks asset types for assets it discovers. The asset type...John Hurliman1-2/+2
2010-03-12Fix tests broken in 88771aeed3d45e60a18aa9a810eeb37b8e5def12Justin Clark-Casey (justincc)1-9/+4
2010-03-06Bug fix: store correct position information upon logout. Fixes mantis #4608Diva Canto1-0/+5
2010-03-02Fixes Region.Framework tests. Although these tests don't fail, they need to b...Diva Canto1-5/+13
2010-02-22* Adds CreatorID to asset metadata. This is just the plumbing to support Crea...John Hurliman1-1/+1
2010-01-11OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto2-2/+2
2010-01-11CommunicationsManager deleted.Diva Canto3-9/+6
2010-01-10NetworkServersInfo removed from CommsManager.Diva Canto2-2/+0
2010-01-10All Framework.Communications.Clients and Framework.Communications.Services de...Diva Canto2-4/+4
2010-01-07* Finished SimulationServiceConnectorDiva Canto1-1/+1
2009-12-29Change teleports so the TeleportFlags are sent to the destination sim. ItMelanie1-3/+3
2009-11-23Formatting cleanup.Jeff Ames1-2/+2
2009-11-12refactor: extract another test asset helper methodJustin Clark-Casey (justincc)1-4/+3
2009-11-12Rename test services to mock services, since this is a more accurate descriptionJustin Clark-Casey (justincc)1-1/+1
2009-11-12Stop iar save failing on corrupt assetsJustin Clark-Casey (justincc)1-4/+27
2009-11-12minor: refactor common setup in uuid gatherer testJustin Clark-Casey (justincc)1-3/+10
2009-11-12minor: remove mono compiler warningJustin Clark-Casey (justincc)1-0/+1
2009-11-11Add basic new uuid gatherer tests to check behaviour when the gather seed is ...Justin Clark-Casey (justincc)1-0/+58
2009-10-30* Fix for a potential race condition in ScenePresence.AbsolutePositionJohn Hurliman1-2/+2
2009-10-13* Unregister event handlers in LLUDPServer when a client logs out and disconn...John Hurliman1-5/+0
2009-10-01Added messages to assertions in the failing tests, so that we know which ones...Diva Canto1-12/+19
2009-10-01Formatting cleanup.Jeff Ames1-1/+1
2009-09-30Commit initial version of KittoFlora's vehicle changesopensim1-3/+3
2009-10-01Formatting cleanup.Jeff Ames5-25/+25
2009-09-28I think I have fixed something that was broken in the scene setup (tests) and...Diva Canto1-3/+4