aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.nant (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-08-14Strengthen the tests for the possibility that SetUpFixture does not run in ↵Diva Canto1-5/+1
the beginning.
2017-08-14Comment that test dll for now. It's making jenkins fail.Diva Canto1-3/+7
2017-08-14Forgot to add this too (nant auto tests)Diva Canto1-0/+5
2017-08-14Listed new testable dll in THIS fileDiva Canto1-1/+7
2016-04-26Remove a remnant of the optionalmodules unit test that was removed earlierMelanie Thielker1-1/+1
2016-04-25Since the OptionalModules tests have been removed, also stop trying to run themMelanie Thielker1-0/+4
2013-01-04minor: Rename BUILDING.txt to BUILDING.md in distbin distribution nant targetJustin Clark-Casey (justincc)1-1/+1
2013-01-03Change nant distbin target to also remove ThirdParty/ source code when ↵Justin Clark-Casey (justincc)1-0/+1
making binary distribution
2012-11-21Add regression test for a good request made to the asset service post handler.Justin Clark-Casey (justincc)1-0/+10
Adds new OpenSim.Server.Handlers.Tests.dll to test suite
2012-11-17Add basic XInventoryServicesTests.TestAddItem() regression test.Justin Clark-Casey (justincc)1-0/+11
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ↵teravus1-15/+4
master. This reverts commit dfac269032300872c4d0dc507f4f9062d102b0f4, reversing changes made to 619c39e5144f15aca129d6d999bcc5c34133ee64.
2012-08-29Renaming existing 'torture' tests to 'performance' tests instead, since this ↵Justin Clark-Casey (justincc)1-4/+4
better matches what they really do. nant target name changes to test-perf instead of torture, to match test-stress still not run by default
2012-08-29Add VectorRenderModuleStressTests that contains a long running test that ↵Justin Clark-Casey (justincc)1-1/+12
generates thousands of vector textures concurrently. Intended for use if there are future issues with mono crashes whilst generate dynamic textures. This test is triggered via a new test-stress nant target. Not run by default.
2012-02-29Extend distsrc target to cleanup the files generated by running prebuildJustin Clark-Casey (justincc)1-0/+18
2012-02-25Establish a distsrc nant target for producing the source distribution.Justin Clark-Casey (justincc)1-4/+10
This is in addition to the distbin target. The distbin target now needs distsrc to be run first. Still needs some extra tweaking that I shall eventually put in as sed invocations or similar.
2012-01-31Add torture tests to test adding 10,000, 100,000 and 200,000 single prim ↵Justin Clark-Casey (justincc)1-0/+11
scene objects. These can be run using the "nant torture" target. They are not part of "nant test" due to their long-run future nature. Such tests are designed to do some testing of extreme situations and give some feedback on memory usage, etc. However, data can be inconsistent due to different machine circumstances and virtual machine actions. This area is under development.
2012-01-16Remove monocov and other obsolete nant build targets.Justin Clark-Casey (justincc)1-186/+0
monocov was a code coverage attempt 3 years ago which no longer works. other removed targets have been commented out or unused for a very long time
2011-12-08Add OpenSim.Region.ClientStack.LindenUDP.Tests.dll back into the test suiteJustin Clark-Casey (justincc)1-3/+1
2011-12-05Add test for not found response from GetTexture cap handler.Justin Clark-Casey (justincc)1-0/+11
Add OpenSim.Region.Capabilities.Handlers.Tests.dll into test suite
2011-10-25Add new LindenCaps test dll to panda run as well as "nant test"Justin Clark-Casey (justincc)1-0/+5
2011-10-24re-enable running linden udp tests in local.include, though no tests are ↵Justin Clark-Casey (justincc)1-2/+0
currently active there
2011-10-24Add new EventQueueTests with basic test to check that adding a client ↵Justin Clark-Casey (justincc)1-0/+5
registers an http poll
2011-09-24make distribution creating code to copy FlotsamCache.ini.example to ↵Justin Clark-Casey (justincc)1-0/+1
FlotsamCache.ini
2010-12-15fix mistake in last change of local.includeJustin Clark-Casey (justincc)1-1/+1
2010-12-14add new optionalmodules test dll to panda test run (and nant test command)Justin Clark-Casey (justincc)1-0/+23
2010-08-13Unit test for ConfigurationLoader.Marck1-0/+11
Adds a new test assembly for OpenSim.
2010-07-23remove compile.bat from a created binary distributionJustin Clark-Casey (justincc)1-0/+1
2010-07-23in nant distbin, specifically only delete Regions.ini instead of the entire ↵Justin Clark-Casey (justincc)1-1/+1
Regions directory
2010-06-08remove 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
2010-05-28hopefully 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-20automatically delete %temp% directory after running testsJustin Clark-Casey (justincc)1-0/+2
this prevents a huge cruft buildup
2010-05-15Make "nant distbin" remove BUILDING.txtJustin Clark-Casey1-0/+1
2010-05-15Make "nant distbin" remove BUILDING.txtJustin Clark-Casey1-0/+1
2010-04-30add operation to "nant distbin" to copy StandaloneCommon.ini.example -> ↵Justin Clark-Casey (justincc)1-1/+1
StandaloneCommon.ini
2010-04-30add operation to "nant distbin" to copy StandaloneCommon.ini.example -> ↵Justin Clark-Casey (justincc)1-1/+1
StandaloneCommon.ini
2010-03-26add nant distbin targetJustin Clark-Casey (justincc)1-0/+36
this will delete all extraneous source code files and copy OpenSim.ini.example to OpenSim.ini
2010-03-26add nant distbin target0.6.9.rc1Justin Clark-Casey (justincc)1-2/+37
this will delete all extraneous source code files and copy OpenSim.ini.example to OpenSim.ini
2010-03-26fix nant related build breakJustin Clark-Casey (justincc)1-2/+1
2010-03-26comment out very probably unused dist and distdir nant targetsJustin Clark-Casey (justincc)1-15/+17
2010-03-26comment out very probably unused dist and distdir nant targetsJustin Clark-Casey (justincc)1-15/+17
2010-03-05automatically delete %temp% directory after running testsJustin Clark-Casey (justincc)1-0/+2
this prevents a huge cruft buildup
2010-03-03remove a final trace of the old framework.communications.testsJustin Clark-Casey (justincc)1-1/+0
This might make panda pass again!
2010-03-03remove 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-09Remove another lindenudp tests reference. Maybe this will make panda happyJustin Clark-Casey (justincc)1-1/+1
2009-10-09fix 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 welldr scofield (aka dirk husemann)1-0/+5
- adding another LandDataSerializer testcase
2009-10-01adding testcase for LandDataSerializer; fixing LandDataSerializer ;-)dr scofield (aka dirk husemann)1-0/+5
2009-09-04If running tests manually, fail immediately on errorJustin Clark-Casey (justincc)1-9/+9
2009-09-04If 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-03some more tooling around on nant / nunit to make it a bit cleanerSean Dague1-8/+13