Commit History

Author SHA1 Message Date
  Justin Clark-Casey (justincc) 9885f68f44 When setting media on a prim values, use generic object permissions instead of media permissions. 13 years ago
  Justin Clark-Casey (justincc) 2868f3fc72 Merge branch 'master' of ssh://opensimulator.org/var/git/opensim 13 years ago
  Melanie cee5e3e264 Up the timeout on slow requests to 3000 to stop console spam. Make sure 13 years ago
  Justin Clark-Casey (justincc) f6f8d124d1 minor: remove mono compiler warning 13 years ago
  Justin Clark-Casey (justincc) f6b638fec9 factor inventory file loading into its own method 13 years ago
  Justin Clark-Casey (justincc) c4060e56ef factor out iar asset load code into its own method 13 years ago
  Justin Clark-Casey (justincc) a3c7c04ead refactor: make boolean load indicators on load iars instance fields 13 years ago
  Justin Clark-Casey (justincc) 367ed585e0 introduce iar load checks which make sure archive.xml comes first, then inventory nodes, then assets 13 years ago
  Justin Clark-Casey (justincc) cb863851e0 Update/simplify test running instructions 13 years ago
  Mic Bowman 836ab6b0e8 Change how map blocks are encoded to make map search 13 years ago
  Justin Clark-Casey (justincc) ad1dea5aff Add test for simple case where creator account with appropriate uuid exists on the target system for an iar load 13 years ago
  Justin Clark-Casey (justincc) 8d69e68311 refactor: rename test user account fields 13 years ago
  Justin Clark-Casey (justincc) 9ecb745ed7 factor out common scene setup code in InventoryArchiveTestCase 13 years ago
  Justin Clark-Casey (justincc) 66d2d35425 extend TestLoadIarV0_1AbsentCreator() to check serialized object CreatorId as well 13 years ago
  Justin Clark-Casey (justincc) ce4421497e re-enable item.CreatorId check in TestLoadIarV0_1AbsentCreator() 13 years ago
  Justin Clark-Casey (justincc) b821f748ac For objects loaded from an IAR, make sure the CreatorID points towards the OSP resolved ID if newer CreationData is not present. 13 years ago
  Justin Clark-Casey (justincc) db2ad62c9b in AssetHelpers.CreateAsset(), create objects using the 'original' xml format rather than 'xml2' 13 years ago
  Justin Clark-Casey (justincc) a151afebe3 When setting up default iar for testing, use iar archiving code rather than constructing the tar manually 13 years ago
  Justin Clark-Casey (justincc) 4dd60b7dce Change existing users load iar test so that it fulfills it's original intention (i.e. OSPA resolution, which is still active). 13 years ago
  Justin Clark-Casey (justincc) 549b0ea17c Split the inventory path testing parts of TestLoadIarV0_1ExistingUsers() into a new test TestLoadIarToInventoryPaths() 13 years ago
  Justin Clark-Casey (justincc) fa1996155e Make the item created in the default test iar an object rather than a script 13 years ago
  Justin Clark-Casey (justincc) 07f68c8318 minor: change the order of some default iar setup in test case 13 years ago
  Justin Clark-Casey (justincc) 9456bb77fb Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately. 13 years ago
  Justin Clark-Casey (justincc) 20aeace8d7 Add log messages on teleport failure to better pin down the cause. 13 years ago
  Justin Clark-Casey (justincc) 3e5b1a1de5 Update MySql.Data.dll to version 6.3.6. 13 years ago
  Justin Clark-Casey (justincc) ae507bb060 Split out path tests from InventoryArchiveTests. Factor common code into test case parent 13 years ago
  Justin Clark-Casey (justincc) 2fa8fc5052 remove inventory service preserving code from SceneSetupHelpers too 13 years ago
  Justin Clark-Casey (justincc) f375a5e9cb Simplify SceneSetupHelpers class by removing all code which was originally preserving service instances between tests. This wasn't being used anyway and just leads to hard to diagnose test failures. 13 years ago
  Justin Clark-Casey (justincc) 8a2360bf81 Simplify TestLoadIarV0_1AbsentUsers() to use common IAR test setup. Make static dictionaries on NullUserAccountData instance instead to stop user accounts being carried over between tests 13 years ago
  Justin Clark-Casey (justincc) 743a6b0da5 Make -m shortcut option for --merge on load iar specific. Correct some log message origins. 13 years ago