Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-08-29 | Fix regression introduced in a0d178b2 (Sat Aug 25 02:00:17 2012) where ↵ | Justin Clark-Casey (justincc) | 1 | -0/+1 | |
folders with asset type of 'Folder' and 'Unknown' were accidentally treated as system folders. This prevented more than one additional ordinary folder from being created in the base "My Inventory" user folder. Added regression test for this case. Switched tests to use XInventoryService with mostly implemented TestXInventoryDataPlugin rather than InventoryService Disabled TestLoadIarV0_1SameNameCreator() since this has not been working for a very long time (ever since XInventoryService) started being used since it doesnt' preserve creator data in the same way as InventoryService did and so effectively lost the OSPAs. However, nobody noticed/complained about this issue and OSPAs have been superseded by HG like creator information via the --home save oar/iar switch. | |||||
2012-06-27 | Automatically disable log4net before each regression test so that logging is ↵ | Justin Clark-Casey (justincc) | 1 | -1/+2 | |
confined to a single test if it's turned on. This involves making test classes inherit from a common OpenSimTestCase. This will be applied to more classes as required. | |||||
2012-05-17 | Comment out TestSameSimulatorSeparatedRegionsQueryAccessFails() regression ↵ | Justin Clark-Casey (justincc) | 1 | -0/+6 | |
test logging accidentally left in | |||||
2012-05-17 | Add regression TestSameSimulatorSeparatedRegionsQueryAccessFails() | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
2012-05-01 | Add regression test for teleporting between neighbouring regions on the same ↵ | Justin Clark-Casey (justincc) | 1 | -4/+5 | |
simulator This adds a non-advertised wait_for_callback option in [EntityTransfer]. Default is always true. Teleport tests disable the wait for callback from the destination region in order to run within a single thread. | |||||
2012-04-30 | Create TestHelpers.EnableLogging() and DisableLogging() to turn logging on ↵ | Justin Clark-Casey (justincc) | 1 | -0/+46 | |
and off within tests. This makes *.Tests.dll.config files no longer needed, hence deleted. | |||||
2011-08-06 | rename TestHelper => TestHelpers for consistency | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
2011-07-04 | Add basic flotsam asset cache test for retrieved cached asset. | Justin Clark-Casey (justincc) | 1 | -0/+11 | |
Disabled temporarily since file system caching disrupts subsequent test runs | |||||
2011-03-09 | Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately. | Justin Clark-Casey (justincc) | 1 | -2/+1 | |
This version removes the NUnit.Framework.SyntaxHelpers namespace, so any modules with their own tests will need to delete this using statement. | |||||
2009-11-05 | add unit test for iar & escaping | Justin Clark-Casey (justincc) | 1 | -0/+1 | |
2009-08-05 | Reinstate TestLoadIarV0_1ExistingUsers(), removing unnecessary wait | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 1 | -1/+1 | |
LICENSE.txt. | |||||
2009-05-29 | * Add xml2 load test | Justin Clarke Casey | 1 | -3/+5 | |
2009-05-07 | instrument most of the tests with a new InMethod function that may help us ↵ | Sean Dague | 1 | -0/+8 | |
figure out where that pesky deadlock is during test runs. | |||||
2008-04-21 | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 1 | -2/+0 | |
(this took a while to run). | |||||
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -26/+25 | |
2008-03-03 | * Removed a bunch of compiler warnings. | Adam Frisby | 1 | -1/+1 | |
2008-02-17 | Added copyright notices. | Jeff Ames | 1 | -0/+28 | |
2008-02-08 | update eol-style | Justin Clarke Casey | 1 | -25/+25 | |
2008-02-08 | * Applying mantis 339 patches round 2 -- Thanks daedius | Adam Frisby | 1 | -0/+25 | |