Commit Graph

79 Commits (0.9.1.1)

Author SHA1 Message Date
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
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 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
Justin Clarke Casey 93977c2d47 * Establish OpenSim.Framework.Communications.Tests beachhead
* No valid tests yet
2008-12-10 17:43:45 +00:00
Sean Dague 09d44612aa fix nant file break
From: Sean Dague <sdague@gmail.com>
2008-10-30 13:04:58 +00:00
Sean Dague 0d2487d8a9 - Inserted code coverage monocov. To run do nant test-cov.
Creates a new directory cov and exports to html files in
  subdirectories.

From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com>
2008-10-30 12:55:56 +00:00
Sean Dague 2e8730055b - Final fixes to the code coverage test (nant test-cov).
Observation: Monocov currently works only with mono
  1.2.x, implementation will be halted until it supports
  mono 2.0. Will be left in tree for future development.
2008-10-22 17:45:49 +00:00
Sean Dague 50180984fa - Inserted code coverage monocov. To run do nant test-cov.
Creates a new directory cov and exports to html files in
  subdirectories.
2008-10-22 17:45:43 +00:00
Justin Clarke Casey 919d907a3d * Create project for LindenUDP ClientStack tests
* No functional tests yet
2008-10-09 16:52:33 +00:00
Dr Scofield a1f3409032 cleaning up OSHttpRequest removing old Http stuff. also adding test
case for OSHttpRequest (not very fancy yet, but still).
2008-10-06 19:42:03 +00:00
Mike Mazur 8b1edb6292 -remove Common.Tests from nant.local
-add MySQL tests to test-xml target in nant.local
2008-09-24 23:35:17 +00:00
Sean Dague 908f1bcbe2 check in stubbing for mysql tests. This is ignored with
Assert.Ignore() for now, so it won't change anything, but
I want to make sure it doesn't break the bamboo infrastructure
in it's current state.
2008-09-23 18:38:25 +00:00
Sean Dague 6238c0f33b add doxygen target 2008-09-11 15:18:02 +00:00
Sean Dague f970597194 added the first couple of sqlite tests. we'll see how bamboo
handles them.
2008-09-10 17:49:41 +00:00
Sean Dague 1799913593 add shell for SQLite testing. No tests yet.
add another nant target for test-xml to get the verbose
version
2008-09-10 17:49:37 +00:00
Sean Dague 5913fcc8e8 rejigger tests out of OpenSim.Region.Environment and into OpenSim.Region.Environment.Tests.dll 2008-09-08 21:08:01 +00:00
Sean Dague ce0a8d7bef changes to Test directory structure per opensim-dev conversation 2008-09-08 20:34:45 +00:00
Mike Mazur 6540b56041 Fix dll filenames in test targets. 2008-09-08 02:21:18 +00:00
Sean Dague 8e6062631c create a "nant test" target to make it very simple to run the nunit
tests on the console on linux.
2008-09-04 22:24:45 +00:00
Adam Frisby e11978d209 * Committing improved bamboo.build
* Incremented OpenSim version counter to 0.5.5 (from 0.4)
2008-04-23 07:00:07 +00:00
Sean Dague 5ab73ae026 added top level README file. It would be good if
people looked this over
2007-09-17 13:06:07 +00:00
Sean Dague 219d3a7e37 I think this is the last bits for a consistant pristine
source build with "nant dist" target
2007-09-17 12:14:23 +00:00
Sean Dague b9a7626750 getting closer to a dist that will run 2007-09-17 11:55:09 +00:00
Sean Dague 59ddae41de the beginnings of a workable dist target 2007-09-17 11:25:47 +00:00
Sean Dague 995d7cb96b attempt to add extra set of nant local rules 2007-09-17 08:46:52 +00:00