summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/OpenId/Provider/AuthenticationRequestTest.cs
Commit message (Expand)AuthorAgeFilesLines
* More unit test fixes.Andrew Arnott2013-03-101-6/+10
* Added tests to assert serializability of provider requests.Andrew Arnott2012-04-031-0/+24
* Replaced API requirements for HttpRequestInfo with HttpRequestBase (new in .N...Andrew Arnott2012-03-051-1/+1
* Changed all uses of [TestCase] to [Test] to better emulate recommended NUnit ...Andrew Arnott2012-02-251-1/+1
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
* The test project now builds, so the whole solution does.Andrew Arnott2011-08-021-1/+1
* Removed dependency on publicize.exe, which crashes now in some branches due t...Andrew Arnott2010-07-091-2/+2
* Converted all the rest of the tests over to NUnit.Andrew Arnott2010-01-061-3/+3
* Merge branch 'v3.1'Andrew Arnott2009-06-181-1/+1
|\
| * Cleaned up distinction between public and rewritten request URLs.Andrew Arnott2009-06-181-1/+1
* | Providers now have better feedback about how RP discovery fails so they can m...Andrew Arnott2009-05-081-15/+0
|/
* Refactoring around Provider's IRequest to process responses differently.Andrew Arnott2009-03-061-3/+3
* Refactored test helpers to remove TestSupport and move its functionality into...Andrew Arnott2009-01-291-6/+6
* Provider now sets user_setup_url on negative assertion responses to checkid_i...Andrew Arnott2009-01-241-0/+34
* Added AuthenticationRequest.IsReturnUrlDiscoverable test.Andrew Arnott2009-01-231-0/+30