Justin Clark-Casey (justincc)
|
bb9b317f15
|
Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just OpenSim.Tests.Common instead
|
2011-05-21 01:05:20 +01:00 |
Justin Clark-Casey (justincc)
|
54e8855819
|
remove mock asset service for tests in favour of always using the real one
|
2011-04-15 01:23:26 +01:00 |
Justin Clark-Casey (justincc)
|
9456bb77fb
|
Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately.
This version removes the NUnit.Framework.SyntaxHelpers namespace, so any modules with their own tests will need to delete this using statement.
|
2011-03-09 23:25:24 +00:00 |
Justin Clark-Casey (justincc)
|
74ef1ed36f
|
add prim item and test asset save in save oar unit test
|
2010-05-21 19:36:39 +01:00 |
John Hurliman
|
33f5d0d1e9
|
* UuidGatherer now tracks asset types for assets it discovers. The asset types are inferred from context
* OAR saving will attempt to correct unknown asset types before writing broken assets to the OAR file
|
2010-03-15 14:17:17 -07:00 |
John Hurliman
|
7665aad002
|
* Adds CreatorID to asset metadata. This is just the plumbing to support CreatorID, it doesn't modify database backends or OAR files to support storing/loading it
|
2010-02-22 13:27:17 -08:00 |
Jeff Ames
|
9f5c2acd12
|
Formatting cleanup.
|
2009-11-23 11:26:06 +09:00 |
Justin Clark-Casey (justincc)
|
e2b1fb8ff9
|
refactor: extract another test asset helper method
|
2009-11-12 19:15:08 +00:00 |
Justin Clark-Casey (justincc)
|
2f092d271e
|
Rename test services to mock services, since this is a more accurate description
remove duplicate mock inventory service
|
2009-11-12 18:44:03 +00:00 |
Justin Clark-Casey (justincc)
|
bb92ba97c6
|
Stop iar save failing on corrupt assets
Not ideal since one will still have to watch out for big 'corrupt asset' messages in the log, but better than an outright fail
|
2009-11-12 18:26:22 +00:00 |
Justin Clark-Casey (justincc)
|
cbe1cc1bc8
|
minor: refactor common setup in uuid gatherer test
|
2009-11-12 17:50:09 +00:00 |
Justin Clark-Casey (justincc)
|
55a40694e7
|
minor: remove mono compiler warning
|
2009-11-12 17:42:26 +00:00 |
Justin Clark-Casey (justincc)
|
00102e73a6
|
Add basic new uuid gatherer tests to check behaviour when the gather seed is a missing asset
|
2009-11-11 18:46:04 +00:00 |