Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-08-13 | Unit test for ConfigurationLoader. | Marck | 1 | -0/+11 | |
Adds a new test assembly for OpenSim. | |||||
2010-07-23 | remove compile.bat from a created binary distribution | Justin Clark-Casey (justincc) | 1 | -0/+1 | |
2010-07-23 | in nant distbin, specifically only delete Regions.ini instead of the entire ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
Regions directory | |||||
2010-05-28 | hopefully get "nant test" passing again by replacing data.sqlite/mysql ↵ | Justin Clark-Casey (justincc) | 1 | -18/+7 | |
references in .nant/local.include with OpenSim.Data.Tests.dll | |||||
2010-05-15 | Make "nant distbin" remove BUILDING.txt | Justin Clark-Casey | 1 | -0/+1 | |
2010-04-30 | add operation to "nant distbin" to copy StandaloneCommon.ini.example -> ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
StandaloneCommon.ini | |||||
2010-03-26 | add nant distbin target | Justin Clark-Casey (justincc) | 1 | -0/+36 | |
this will delete all extraneous source code files and copy OpenSim.ini.example to OpenSim.ini | |||||
2010-03-26 | fix nant related build break | Justin Clark-Casey (justincc) | 1 | -2/+1 | |
2010-03-26 | comment out very probably unused dist and distdir nant targets | Justin Clark-Casey (justincc) | 1 | -15/+17 | |
2010-03-05 | automatically delete %temp% directory after running tests | Justin Clark-Casey (justincc) | 1 | -0/+2 | |
this prevents a huge cruft buildup | |||||
2010-03-03 | remove a final trace of the old framework.communications.tests | Justin Clark-Casey (justincc) | 1 | -1/+0 | |
This might make panda pass again! | |||||
2010-03-03 | remove references to OpenSim.Framework.Commuications.Tests.dll since all ↵ | Justin Clark-Casey (justincc) | 1 | -22/+0 | |
relevant test code has been obsoleted this allows the tests to pass on my local system | |||||
2009-10-09 | Remove another lindenudp tests reference. Maybe this will make panda happy | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
2009-10-09 | fix test suite (and hopefully the panda build) by commenting out ↵ | Justin Clark-Casey (justincc) | 1 | -3/+9 | |
LindenUDP.Tests.dll references | |||||
2009-10-01 | - adding new LandDataSerializer testcase to "test-xml" target as well | dr scofield (aka dirk husemann) | 1 | -0/+5 | |
- adding another LandDataSerializer testcase | |||||
2009-10-01 | adding testcase for LandDataSerializer; fixing LandDataSerializer ;-) | dr scofield (aka dirk husemann) | 1 | -0/+5 | |
2009-09-04 | If running tests manually, fail immediately on error | Justin Clark-Casey (justincc) | 1 | -9/+9 | |
2009-09-04 | If a test dll fails when manually run, stop immediately rather than trying ↵ | Justin Clark-Casey (justincc) | 1 | -9/+8 | |
all the other test dlls | |||||
2009-09-03 | some more tooling around on nant / nunit to make it a bit cleaner | Sean Dague | 1 | -8/+13 | |
2009-09-03 | If a test dll fails, stop immediately rather than trying all the other test dlls | Justin Clark-Casey (justincc) | 1 | -18/+17 | |
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-08-31 | change the nunit detection code | Sean Dague | 1 | -6/+1 | |
2009-08-31 | change regular test target to use nunit exec mode | Sean Dague | 1 | -28/+81 | |
detect if you have nunit-console2 or nunit-console and use the appropriate one | |||||
2009-08-31 | add some fail detection to the new test-xml target | Sean Dague | 1 | -7/+17 | |
2009-08-31 | change the way the unit tests are run in the hopes of greater stability | Sean Dague | 1 | -16/+77 | |
2009-04-19 | turn back on fail on error, otherwise we don't end up knowing that we | Sean Dague | 1 | -1/+1 | |
missed tests. | |||||
2009-04-19 | turn off failonerror for the text-xml target, which should make picking | Sean Dague | 1 | -1/+1 | |
up the fail points easier. | |||||
2009-03-30 | set MONO_THREADS_PER_CPU for the test runs, see if this makes the | Sean Dague | 1 | -0/+1 | |
breaks happen less randomly. | |||||
2009-02-12 | * Added XEngine tests and gathered other ScriptEngine | Sean Dague | 1 | -4/+2 | |
Tests together From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com> | |||||
2009-02-10 | this is step 2 of 2 of the OpenSim.Region.Environment refactor. | Dr Scofield | 1 | -6/+4 | |
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-09 | * Reinstate tests that are now in CoreModules | Justin Clarke Casey | 1 | -0/+2 | |
2009-02-06 | * reinstate OpenSim/Region/Framework/Scenes/Tests | Justin Clarke Casey | 1 | -0/+13 | |
* should bring us back up to 240 tests | |||||
2008-12-22 | * Make build work again while working on a different strategy. | Teravus Ovares | 1 | -14/+1 | |
2008-12-22 | * Add odeplugin to the nant locals.. | Teravus Ovares | 1 | -0/+15 | |
2008-12-10 | * Establish OpenSim.Framework.Communications.Tests beachhead | Justin Clarke Casey | 1 | -0/+13 | |
* No valid tests yet | |||||
2008-10-30 | fix nant file break | Sean Dague | 1 | -3/+0 | |
From: Sean Dague <sdague@gmail.com> | |||||
2008-10-30 | - Inserted code coverage monocov. To run do nant test-cov. | Sean Dague | 1 | -0/+3 | |
Creates a new directory cov and exports to html files in subdirectories. From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com> | |||||
2008-10-22 | - Final fixes to the code coverage test (nant test-cov). | Sean Dague | 1 | -9/+11 | |
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 | - Inserted code coverage monocov. To run do nant test-cov. | Sean Dague | 1 | -0/+82 | |
Creates a new directory cov and exports to html files in subdirectories. | |||||
2008-10-09 | * Create project for LindenUDP ClientStack tests | Justin Clarke Casey | 1 | -0/+2 | |
* No functional tests yet | |||||
2008-10-06 | cleaning up OSHttpRequest removing old Http stuff. also adding test | Dr Scofield | 1 | -0/+2 | |
case for OSHttpRequest (not very fancy yet, but still). | |||||
2008-09-24 | -remove Common.Tests from nant.local | Mike Mazur | 1 | -2/+1 | |
-add MySQL tests to test-xml target in nant.local | |||||
2008-09-23 | check in stubbing for mysql tests. This is ignored with | Sean Dague | 1 | -0/+1 | |
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-11 | add doxygen target | Sean Dague | 1 | -0/+4 | |
2008-09-10 | added the first couple of sqlite tests. we'll see how bamboo | Sean Dague | 1 | -0/+2 | |
handles them. | |||||
2008-09-10 | add shell for SQLite testing. No tests yet. | Sean Dague | 1 | -0/+18 | |
add another nant target for test-xml to get the verbose version | |||||
2008-09-08 | rejigger tests out of OpenSim.Region.Environment and into ↵ | Sean Dague | 1 | -1/+1 | |
OpenSim.Region.Environment.Tests.dll | |||||
2008-09-08 | changes to Test directory structure per opensim-dev conversation | Sean Dague | 1 | -4/+4 | |
2008-09-08 | Fix dll filenames in test targets. | Mike Mazur | 1 | -2/+2 | |
2008-09-04 | create a "nant test" target to make it very simple to run the nunit | Sean Dague | 1 | -0/+15 | |
tests on the console on linux. | |||||
2008-04-23 | * Committing improved bamboo.build | Adam Frisby | 1 | -1/+1 | |
* Incremented OpenSim version counter to 0.5.5 (from 0.4) |