Commit Graph

116 Commits (f36fe45fa7468dd6e785d523c5df38666140135f)

Author SHA1 Message Date
Justin Clark-Casey (justincc) 14e407aff3 Add OpenSim.Region.ClientStack.LindenUDP.Tests.dll back into the test suite 2011-12-08 20:55:38 +00:00
Justin Clark-Casey (justincc) 319507f521 Add test for not found response from GetTexture cap handler.
Add OpenSim.Region.Capabilities.Handlers.Tests.dll into test suite
2011-12-05 21:04:17 +00:00
Justin Clark-Casey (justincc) ee4c4e5058 Add new LindenCaps test dll to panda run as well as "nant test" 2011-10-25 21:03:41 +01:00
Justin Clark-Casey (justincc) 48295793b0 re-enable running linden udp tests in local.include, though no tests are currently active there 2011-10-24 22:25:38 +01:00
Justin Clark-Casey (justincc) e28e2d24c7 Add new EventQueueTests with basic test to check that adding a client registers an http poll 2011-10-24 22:23:41 +01:00
Justin Clark-Casey (justincc) def74404f1 make distribution creating code to copy FlotsamCache.ini.example to FlotsamCache.ini 2011-09-24 00:18:32 +01:00
Justin Clark-Casey (justincc) 6b135ee371 fix mistake in last change of local.include 2010-12-15 00:14:43 +00:00
Justin Clark-Casey (justincc) 5f8c660489 add new optionalmodules test dll to panda test run (and nant test command) 2010-12-14 23:58:39 +00:00
Marck fcc83f2305 Unit test for ConfigurationLoader.
Adds a new test assembly for OpenSim.
2010-08-13 23:59:33 +01:00
Justin Clark-Casey (justincc) 1a03a0b281 remove compile.bat from a created binary distribution 2010-07-23 23:12:30 +01:00
Justin Clark-Casey (justincc) 2f6fa373ef in nant distbin, specifically only delete Regions.ini instead of the entire Regions directory 2010-07-23 22:36:03 +01:00
Justin Clark-Casey (justincc) d53057c2c7 hopefully get "nant test" passing again by replacing data.sqlite/mysql references in .nant/local.include with OpenSim.Data.Tests.dll 2010-05-28 16:26:14 +01:00
Justin Clark-Casey df2f69f295 Make "nant distbin" remove BUILDING.txt 2010-05-15 02:07:07 +01:00
Justin Clark-Casey (justincc) 648999dd3b add operation to "nant distbin" to copy StandaloneCommon.ini.example -> StandaloneCommon.ini 2010-04-30 22:37:23 +01:00
Justin Clark-Casey (justincc) fd53deb6fc add nant distbin target
this will delete all extraneous source code files and copy OpenSim.ini.example to OpenSim.ini
2010-03-26 20:49:07 +00:00
Justin Clark-Casey (justincc) bcac984f5d fix nant related build break 2010-03-26 19:56:53 +00:00
Justin Clark-Casey (justincc) 9d747cb53b comment out very probably unused dist and distdir nant targets 2010-03-26 19:33:19 +00:00
Justin Clark-Casey (justincc) a3ac2cbdde automatically delete %temp% directory after running tests
this prevents a huge cruft buildup
2010-03-05 22:38:03 +00:00
Justin Clark-Casey (justincc) 5dd7593179 remove a final trace of the old framework.communications.tests
This might make panda pass again!
2010-03-03 23:05:48 +00:00
Justin Clark-Casey (justincc) 1c68ad2bba remove references to OpenSim.Framework.Commuications.Tests.dll since all relevant test code has been obsoleted
this allows the tests to pass on my local system
2010-03-03 17:50:05 +00:00
Justin Clark-Casey (justincc) 16a9a2604b Remove another lindenudp tests reference. Maybe this will make panda happy 2009-10-09 18:19:51 +01:00
Justin Clark-Casey (justincc) bec4d0c564 fix test suite (and hopefully the panda build) by commenting out LindenUDP.Tests.dll references 2009-10-09 16:54:50 +01:00
dr scofield (aka dirk husemann) 133a4a9906 - adding new LandDataSerializer testcase to "test-xml" target as well
- adding another LandDataSerializer testcase
2009-10-01 15:03:16 +02:00
dr scofield (aka dirk husemann) 40cf840df2 adding testcase for LandDataSerializer; fixing LandDataSerializer ;-) 2009-10-01 09:47:45 +02:00
Justin Clark-Casey (justincc) 4c560df8ac If running tests manually, fail immediately on error 2009-09-04 19:22:09 +01:00
Justin Clark-Casey (justincc) d810ad9e91 If a test dll fails when manually run, stop immediately rather than trying all the other test dlls 2009-09-04 18:51:25 +01:00
Sean Dague 9bd0106333 some more tooling around on nant / nunit to make it a bit cleaner 2009-09-03 14:55:54 -04:00
Justin Clark-Casey (justincc) 64fa23df7c If a test dll fails, stop immediately rather than trying all the other test dlls
This is very useful behaviour if debugging test failures otherwise it's hard to pick out the test output
Also, some minor method shuffling in the iar module
2009-09-03 19:41:38 +01:00
Sean Dague 7e9b12ac80 change the nunit detection code 2009-08-31 20:26:16 -04:00
Sean Dague cc30fce49f change regular test target to use nunit exec mode
detect if you have nunit-console2 or nunit-console and use the appropriate one
2009-08-31 20:15:20 -04:00
Sean Dague 1bc430ca86 add some fail detection to the new test-xml target 2009-08-31 17:54:51 -04:00
Sean Dague 441518bad6 change the way the unit tests are run in the hopes of greater stability 2009-08-31 17:44:52 -04:00
Sean Dague d35c86928d remove the bamboo build file, bamboo is dead, long live panda :) 2009-04-22 12:23:00 +00:00
Sean Dague 0da7c8a78c turn back on fail on error, otherwise we don't end up knowing that we
missed tests.
2009-04-19 19:32:42 +00:00
Sean Dague ced15d6d83 turn off failonerror for the text-xml target, which should make picking
up the fail points easier.
2009-04-19 15:37:54 +00:00
Sean Dague 04846bf919 don't build the snapshot builds, if you want experimental, you need to
know how to use a compiler.
2009-04-13 22:54:59 +00:00
Sean Dague cf18eae9f2 comment out ode tests for now, as I can't get these to run manually on
the opensim box.
2009-04-13 22:29:26 +00:00
Homer Horwitz 5e36a23202 Update bamboo build to 0.6.4 2009-04-05 18:24:49 +00:00
Sean Dague 6d48c2422e set MONO_THREADS_PER_CPU for the test runs, see if this makes the
breaks happen less randomly.
2009-03-30 18:49:01 +00:00
Dahlia Trimble 756d49d3db update version number for bamboo zip file output 2009-02-24 06:23:28 +00:00
Sean Dague 8e7f1279bd * Forgot to fix bamboo.build for the new ScriptEngine Tests
From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com>
2009-02-12 18:23:05 +00:00
Sean Dague 058ec414b4 * Added XEngine tests and gathered other ScriptEngine
Tests together

From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com>
2009-02-12 17:02:54 +00:00
Dr Scofield 180be7de07 this is step 2 of 2 of the OpenSim.Region.Environment refactor.
NOTHING has been deleted or moved off to forge at this point.  what
has happened is that OpenSim.Region.Environment.Modules has been split
in two:

- OpenSim.Region.CoreModules: all those modules that are either
  directly or indirectly referenced from  other  OpenSim packages, or
  that provide functionality that the OpenSim developer community
  considers core functionality:

      CoreModules/Agent/AssetTransaction
      CoreModules/Agent/Capabilities
      CoreModules/Agent/TextureDownload
      CoreModules/Agent/TextureSender
      CoreModules/Agent/TextureSender/Tests
      CoreModules/Agent/Xfer
      CoreModules/Avatar/AvatarFactory
      CoreModules/Avatar/Chat/ChatModule
      CoreModules/Avatar/Combat
      CoreModules/Avatar/Currency/SampleMoney
      CoreModules/Avatar/Dialog
      CoreModules/Avatar/Friends
      CoreModules/Avatar/Gestures
      CoreModules/Avatar/Groups
      CoreModules/Avatar/InstantMessage
      CoreModules/Avatar/Inventory
      CoreModules/Avatar/Inventory/Archiver
      CoreModules/Avatar/Inventory/Transfer
      CoreModules/Avatar/Lure
      CoreModules/Avatar/ObjectCaps
      CoreModules/Avatar/Profiles
      CoreModules/Communications/Local
      CoreModules/Communications/REST
      CoreModules/Framework/EventQueue
      CoreModules/Framework/InterfaceCommander
      CoreModules/Hypergrid
      CoreModules/InterGrid
      CoreModules/Scripting/DynamicTexture
      CoreModules/Scripting/EMailModules
      CoreModules/Scripting/HttpRequest
      CoreModules/Scripting/LoadImageURL
      CoreModules/Scripting/VectorRender
      CoreModules/Scripting/WorldComm
      CoreModules/Scripting/XMLRPC
      CoreModules/World/Archiver
      CoreModules/World/Archiver/Tests
      CoreModules/World/Estate
      CoreModules/World/Land
      CoreModules/World/Permissions
      CoreModules/World/Serialiser
      CoreModules/World/Sound
      CoreModules/World/Sun
      CoreModules/World/Terrain
      CoreModules/World/Terrain/DefaultEffects
      CoreModules/World/Terrain/DefaultEffects/bin
      CoreModules/World/Terrain/DefaultEffects/bin/Debug
      CoreModules/World/Terrain/Effects
      CoreModules/World/Terrain/FileLoaders
      CoreModules/World/Terrain/FloodBrushes
      CoreModules/World/Terrain/PaintBrushes
      CoreModules/World/Terrain/Tests
      CoreModules/World/Vegetation
      CoreModules/World/Wind
      CoreModules/World/WorldMap

- OpenSim.Region.OptionalModules: all those modules that are not core
  modules:

      OptionalModules/Avatar/Chat/IRC-stuff
      OptionalModules/Avatar/Concierge
      OptionalModules/Avatar/Voice/AsterixVoice
      OptionalModules/Avatar/Voice/SIPVoice
      OptionalModules/ContentManagementSystem
      OptionalModules/Grid/Interregion
      OptionalModules/Python
      OptionalModules/SvnSerialiser
      OptionalModules/World/NPC
      OptionalModules/World/TreePopulator
2009-02-10 13:10:57 +00:00
Justin Clarke Casey f95b8b3863 * Reinstate tests that are now in CoreModules 2009-02-09 15:57:53 +00:00
Justin Clarke Casey fae20712a9 * reinstate OpenSim/Region/Framework/Scenes/Tests
* should bring us back up to 240 tests
2009-02-06 21:37:10 +00:00
Teravus Ovares 6ad6b9817c * Attempting to add ode tests one more time.. this time with .config autodetection...... 2008-12-22 22:15:22 +00:00
Teravus Ovares 15dde1ff4a * Make build work again while working on a different strategy. 2008-12-22 21:01:56 +00:00
Teravus Ovares 35226ee38c * Add odeplugin to the nant locals.. 2008-12-22 20:53:23 +00:00
Teravus Ovares d1ee5a1db9 * attempt 3 for ODEPlugin Tests 2008-12-22 20:18:18 +00:00
Teravus Ovares 58de1bfdf5 * hide test for the moment. 2008-12-22 19:25:51 +00:00