summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/Hosting/HttpHost.cs
Commit message (Collapse)AuthorAgeFilesLines
* Removes tests based on hosting ASP.NET on a project-less web site.Andrew Arnott2013-06-021-111/+0
| | | | Hosting ASP.NET has always been a fragile effort. And project-less web sites are born with constant issues. It's easier to just remove it. OWIN and Katana are likely to make this code obsolete anyway.
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
| | | | Fixes #66
* Cleaned up logging.Andrew Arnott2009-03-151-2/+2
|
* Added/fixed ASP.NET basic hosting in the unit tests and added one test to ↵Andrew Arnott2009-01-291-6/+15
| | | | verify.
* Hundreds more stylecop fixes.Andrew Arnott2008-11-251-13/+13
| | | | Mostly just doc bugs now.
* Several hundred StyleCop fixes.Andrew Arnott2008-11-241-26/+35
|
* Added discovery and around 60 tests. The discovery and a few other tests ↵Andrew Arnott2008-11-241-0/+93
still fail, but we're making progress.