index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
Framework
/
Scenes
/
Tests
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-08-18
Don't try to save changed attachment states when an NPC with attachments is r...
Justin Clark-Casey (justincc)
1
-2
/
+2
2011-08-17
Add new regression TestRezAttachmentsOnAvatarEntrance() to do simple attachme...
Justin Clark-Casey (justincc)
1
-4
/
+4
2011-08-16
relocate AttachmentTests.cs to AttachmentsModuleTests.cs
Justin Clark-Casey (justincc)
1
-172
/
+0
2011-08-06
remove some obsolete tests that are now done elsewhere
Justin Clark-Casey (justincc)
1
-53
/
+53
2011-08-06
Add a test to check that ScenePresence and circuit go away when a root agent ...
Justin Clark-Casey (justincc)
1
-10
/
+17
2011-08-06
refactor: Change SceneHelpers.AddClient() to AddScenePresence().
Justin Clark-Casey (justincc)
6
-37
/
+47
2011-08-06
rip out sog generation methods in ScenePresenceAgentTests and use SceneHelper...
Justin Clark-Casey (justincc)
2
-38
/
+8
2011-08-06
rename TestHelper => TestHelpers for consistency
Justin Clark-Casey (justincc)
16
-41
/
+41
2011-08-06
rename test SceneSetupHelpers -> SceneHelpers for consistency
Justin Clark-Casey (justincc)
15
-65
/
+65
2011-08-06
extend phantom flag regression test to toggle back off
Justin Clark-Casey (justincc)
1
-0
/
+4
2011-08-06
refactor: Fold most SOP.ScriptSet* methods back into script code. Simplify.
Justin Clark-Casey (justincc)
1
-2
/
+2
2011-08-05
Add regression test for setting phantom status on a scene object. This is no...
Justin Clark-Casey (justincc)
1
-0
/
+62
2011-07-18
Make various tweaks to undo code in an effort to get things working better.
Justin Clark-Casey (justincc)
1
-1
/
+1
2011-07-18
Use a standard generic system stack for the undo/redo stacks instead of our o...
Justin Clark-Casey (justincc)
1
-0
/
+2
2011-07-16
refactor: Push all part resize code down into SceneObjectPart.Resize()
Justin Clark-Casey (justincc)
1
-1
/
+1
2011-07-16
add test for resizing one part in a group
Justin Clark-Casey (justincc)
1
-0
/
+35
2011-07-16
remove the need to supply SceneObjectGroup.GroupResize() with a localId.
Justin Clark-Casey (justincc)
1
-1
/
+1
2011-07-16
Add very basic test for resizing a scene object with one prim
Justin Clark-Casey (justincc)
1
-0
/
+67
2011-07-09
Rename SceneSetupHelpers.AddRootAgent to AddClient() to better represent its ...
Justin Clark-Casey (justincc)
6
-7
/
+7
2011-06-04
Extend TestGiveInventoryFolder() to test giving back the freshly received folder
Justin Clark-Casey (justincc)
1
-0
/
+8
2011-06-04
Fix give inventory tests to use different users rather than (accidentally) th...
Justin Clark-Casey (justincc)
1
-6
/
+11
2011-06-04
insert an InventoryArchiveUtils.FindItemsByPath() to return multiple items ra...
Justin Clark-Casey (justincc)
1
-0
/
+3
2011-06-04
create TestGetInventoryItem()
Justin Clark-Casey (justincc)
1
-0
/
+19
2011-06-04
extend TestGiveInventoryFolder() to check for the receipt by user 2
Justin Clark-Casey (justincc)
1
-2
/
+4
2011-06-03
minor: add in method print out to new test
Justin Clark-Casey (justincc)
1
-0
/
+3
2011-06-03
add stub UserInventoryTests.GiveInventoryFolder(). Not yet complete
Justin Clark-Casey (justincc)
1
-0
/
+70
2011-05-21
Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just OpenSim.Te...
Justin Clark-Casey (justincc)
12
-12
/
+0
2011-05-21
refactor: rename AddSceneObjectItem to AddSceneObject
Justin Clark-Casey (justincc)
1
-1
/
+1
2011-05-21
refactor: move scene object item creation code into TaskInventoryHelpers
Justin Clark-Casey (justincc)
1
-8
/
+2
2011-05-21
move test task inventory notecard item creation into a new TastInventoryHelpe...
Justin Clark-Casey (justincc)
1
-21
/
+2
2011-05-21
refactor: use SceneSetupHelpers.CreateSceneObject()
Justin Clark-Casey (justincc)
1
-13
/
+3
2011-05-21
rename UserProfileTestUtils to UserAccountHelpers to be consistent with other...
Justin Clark-Casey (justincc)
1
-3
/
+3
2011-05-21
refactor: in TaskInventoryTests, use UserProfileTestUtils.CreateUserWithInvet...
Justin Clark-Casey (justincc)
1
-12
/
+3
2011-05-21
refactor Scene.RezObject() to use AddNewSceneObject() rather than copy/pastin...
Justin Clark-Casey (justincc)
1
-1
/
+4
2011-05-20
refactor TestRezObjectFromInventoryItem()
Justin Clark-Casey (justincc)
1
-6
/
+6
2011-05-20
add test for rezzing an object from a prim item
Justin Clark-Casey (justincc)
1
-1
/
+44
2011-04-15
get rid of all traces of the now used mock service infrastructure
Justin Clark-Casey (justincc)
2
-4
/
+4
2011-04-15
remove mock asset service for tests in favour of always using the real one
Justin Clark-Casey (justincc)
1
-1
/
+3
2011-03-09
Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately.
Justin Clark-Casey (justincc)
12
-12
/
+0
2011-02-19
Remove test T020_TestMakeRootAgent() which hasn't been active for ages anyway
Justin Clark-Casey (justincc)
1
-19
/
+0
2011-02-18
If GridService.GetNeighbours() could not find the region then log a warning r...
Justin Clark-Casey (justincc)
1
-2
/
+5
2011-02-18
extend TestChildAgentEstablished() test slightly to put in EntityTransferModu...
Justin Clark-Casey (justincc)
1
-2
/
+9
2011-02-18
On SceneSetupHelpers, go back to calling ScenePresence.CompleteMovement() for...
Justin Clark-Casey (justincc)
1
-19
/
+41
2011-02-18
remove another unused test teardown method
Justin Clark-Casey (justincc)
1
-6
/
+0
2011-02-18
remove unused test teardown method
Justin Clark-Casey (justincc)
1
-8
/
+2
2011-02-18
separate attachment tests out into their own class
Justin Clark-Casey (justincc)
2
-50
/
+180
2011-02-18
Add very basic test which invokes the scene update loop once and checks the f...
Justin Clark-Casey (justincc)
2
-3
/
+71
2010-12-15
fix mistake in last change of local.include
Justin Clark-Casey (justincc)
1
-4
/
+6
2010-12-14
Rename SceneObjectUserTests to SceneObjectDeRezTests to better reflect its co...
Justin Clark-Casey (justincc)
1
-0
/
+0
2010-12-14
minor: disable debug logging for previous test
Justin Clark-Casey (justincc)
1
-1
/
+1
[next]