summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/OpenId/RelyingParty/PositiveAuthenticationResponseTests.cs
Commit message (Expand)AuthorAgeFilesLines
* Just 37 failures.Andrew Arnott2013-03-241-13/+14
* Fixes remaining build breaks.Andrew Arnott2013-03-221-11/+9
* Moves OpenID coordinator handlers to base class.Andrew Arnott2013-03-211-1/+1
* More unit test fixes.Andrew Arnott2013-03-101-11/+15
* Replaced a bunch of TestCase attribute usages with simply Test.Andrew Arnott2012-04-041-3/+3
* Changed all uses of [TestCase] to [Test] to better emulate recommended NUnit ...Andrew Arnott2012-02-251-4/+4
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
* Removed dependency on publicize.exe, which crashes now in some branches due t...Andrew Arnott2010-07-091-1/+0
* Added another regression test for this problematic identifiers.Andrew Arnott2010-03-301-0/+21
* Converted all the rest of the tests over to NUnit.Andrew Arnott2010-01-061-11/+11
* Support for dual (OP+Claimed) identifiers is contrary to the spec, so we're t...Andrew Arnott2009-11-301-1/+15
* Added support for identifiers that perform dual roles as OP Identifiers and C...Andrew Arnott2009-11-271-1/+17
* Further refactoring of discovery results.Andrew Arnott2009-11-231-1/+1
* Some extensive refactoring around IIdentifierDiscoveryResult and ServiceEndpo...Andrew Arnott2009-11-221-1/+1
* Merge branch 'rpControlBase'Andrew Arnott2009-08-251-1/+1
|\
| * Fixed build break caused by ServiceEndpoint.endpoint field's rename.Andrew Arnott2009-07-131-1/+1
* | Merge branch 'v3.0' into v3.1Andrew Arnott2009-07-271-0/+12
|\ \ | |/ |/|
| * Fixed bug where RP was willing to perform discovery on an asserted HTTP Ident...Andrew Arnott2009-07-011-0/+12
* | Added capability for RPs to receive unsigned extension responses if they so c...Andrew Arnott2009-03-301-2/+2
|/
* Adjusted return_to argument fetching so that unsigned parameters can be queri...Andrew Arnott2009-03-081-0/+24
* Refactored test helpers to remove TestSupport and move its functionality into...Andrew Arnott2009-01-291-5/+5
* Added some tests for OpenIdRelyingParty.Andrew Arnott2009-01-101-0/+2
* More tests:Andrew Arnott2009-01-101-0/+9
* CRLF -> LF line endings change to all .cs files.Andrew Arnott2009-01-091-60/+60
* StyleCop work.Andrew Arnott2009-01-091-12/+5
* Added 2 tests for PositiveAuthenticationResponse.Andrew Arnott2009-01-091-0/+67