aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/Tests (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Update version number stuff, and hack it into the money display.onefang1-1/+1
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang2-10/+333
2016-11-03Fix version stuffs.David Walter Seikel1-1/+1
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2-314/+3
2013-02-24Rejig version number.David Walter Seikel1-1/+1
2013-02-23Add IG version bits.David Walter Seikel1-1/+1
2012-11-24Consistenly make NUnit test cases inherit from OpenSimTestCase which ↵Justin Clark-Casey (justincc)2-2/+4
automatically turns off any logging enabled between tests
2011-03-09Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately.Justin Clark-Casey (justincc)1-1/+0
This version removes the NUnit.Framework.SyntaxHelpers namespace, so any modules with their own tests will need to delete this using statement.
2009-09-30Remove some tests that no longer applyMelanie1-135/+0
2009-09-17Remove the methods for full inventory fetch from the connector. Remove testsMelanie1-135/+0
for the old, removed asset handlers
2009-08-19* Switching IAssetData to follow the new naming schema, removing the ↵Kunnis1-1/+1
separate insert and update methods.
2009-08-09Removing unused files, legacy from old asset "cache".Diva Canto1-134/+0
2009-07-30* Fixed another potential httpserver leak.Teravus Ovares1-0/+1
2009-07-29* Adds the ability to have a thread efficient long poll service (such as the ↵Teravus Ovares1-0/+1
eventqueue) * If this doesn't melt the Http Server, this will significantly reduce the number of threads in use on regions with many users. * Adds AddPollServiceHTTPHandler, and RemovePollServiceHTTPHandler to BaseHttpServer * Generic enough to be used for many long poll services, not only the EventQueue.
2009-07-21* Updated C# WebServer to the latest available source download (r19869) and ↵Teravus Ovares1-0/+31
applied a few mods from the old version (now up on opensim-libs (VS 3.5 project). * Made various changes to BaseHttpServer to accommodate the new interfaces. * This version has been significantly re-architected and may fail in unusual and insidious ways. * Please pay attention to any errors you get and post a Mantis if you can reproduce an issue with the HTTPServer. I'm including the pdb and having the http server compiled in debug for a few weeks so that when an error occurs, it'll print the pertenant data. * Once again, this is the full C# WebServer, not the lite branch that is included in LibOMV (we need SSL!)
2009-07-15minor: remove some mono compiler warningsJustin Clarke Casey2-3/+2
2009-06-10Formatting cleanup.Jeff Ames2-2/+2
2009-06-05* Fix unit tests so that they correctly handle 404 missing asset responseJustin Clarke Casey2-5/+8
* I didn't think there were tests in this area - my bad
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2009-05-31Add copyright headers, formatting cleanup, ignore some generated files.Jeff Ames1-1/+28
2009-05-27* So, giving up on my efforts to de-duplicate the asset handlers. I'll just ↵lbsa711-0/+10
service commit my current state, then start over and this time concentrating only on the new handlers. * Fixed some erroneous refs in Tests.Common
2009-05-27Update svn properties.Jeff Ames1-26/+26
2009-05-26* We have strand flavours.lbsa711-2/+4
* The version string is now reported as "OpenSim 0.6.5 (Dev)" * This has to be administrated manually.
2009-05-26* Introduced GetVersionString so we can harness the whole thing.lbsa711-2/+9
* Introduced 'Flavour' to spice things up.
2009-05-26* Added test to make sure version info is 27 chars long (still don't know ↵lbsa711-0/+17
exactly why it has to be that, though)
2009-05-22cleaning out warnings.Dr Scofield2-2/+4
NOTE: we currently have a gazillion warnings caused stuff flagged as "obsolete" (OGS1 stuff) --- what's up with that?
2009-05-20Add copyright headers, formatting cleanup.Jeff Ames2-2/+56
2009-05-13* Added some more tests to the GetAssetStreamHandlerslbsa712-14/+72
2009-05-11Update svn properties.Jeff Ames1-72/+72
2009-05-08* Extracted common superclass for GetAssetStreamHandler and ↵lbsa712-5/+74
CachedGetAssetStreamHandler * Added some more tests
2009-05-08* Introduced new HttpServer.Tests projectlbsa711-29/+10
* Split the GetAssetStreamHandler testing into separate tests for BaseRequestHandler * Ignored some gens
2009-05-08fix svn propertiesSean Dague1-93/+93
2009-05-07instrument most of the tests with a new InMethod function that may help us ↵Sean Dague1-0/+11
figure out where that pesky deadlock is during test runs.
2009-05-07* Added some more GetAssetStreamHandlerTestslbsa711-1/+41
* In the process, caught a potential bug where the handler would allow paths not starting with the registered prefix
2009-05-06* Added some GetAssetStreamHandlerTestslbsa711-0/+42
* Minor tweaks to attain testability
2009-05-04Committing the changed treeMelanie Thielker1-0/+394
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker1-393/+0
2009-03-25cleanupDr Scofield1-1/+1
2009-02-12* optimized usings.lbsa711-7/+2
2008-10-08adding OSHttpResponse test case (yeah, very primitive still)Dr Scofield1-26/+175
2008-10-06oops. forgot testcaseDr Scofield1-0/+249