summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/OpenId/RelyingParty/PositiveAuthenticationResponseTests.cs
Commit message (Collapse)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
| | | | patterns.
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
| | | | Fixes #66
* Removed dependency on publicize.exe, which crashes now in some branches due ↵Andrew Arnott2010-07-091-1/+0
| | | | to bugs, and publicize.exe doesn't appear to be supported by Microsoft any more, so we might as well get off it.
* 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 ↵Andrew Arnott2009-11-301-1/+15
| | | | | | turning support for it back off (under a switch). See commit 1243c92a0172784f32938a2081f76463f90f102d for where this feature was first introduced.
* Added support for identifiers that perform dual roles as OP Identifiers and ↵Andrew Arnott2009-11-271-1/+17
| | | | Claimed Identifiers.
* Further refactoring of discovery results.Andrew Arnott2009-11-231-1/+1
|
* Some extensive refactoring around IIdentifierDiscoveryResult and ↵Andrew Arnott2009-11-221-1/+1
| | | | ServiceEndpoint.
* 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
|\ \ | |/ |/| | | | | Conflicts: src/version.txt
| * Fixed bug where RP was willing to perform discovery on an asserted HTTP ↵Andrew Arnott2009-07-011-0/+12
| | | | | | | | Identifier even with RequireSsl turned on.
* | Added capability for RPs to receive unsigned extension responses if they so ↵Andrew Arnott2009-03-301-2/+2
|/ | | | choose.
* Adjusted return_to argument fetching so that unsigned parameters can be ↵Andrew Arnott2009-03-081-0/+24
| | | | queried for when necessary.
* Refactored test helpers to remove TestSupport and move its functionality ↵Andrew Arnott2009-01-291-5/+5
| | | | into OpenIdTestBase.
* Added some tests for OpenIdRelyingParty.Andrew Arnott2009-01-101-0/+2
|
* More tests:Andrew Arnott2009-01-101-0/+9
| | | | | | RP.ServiceEndpoint RP.PositiveAuthenticationResponse RP.IndirectSignedResponse
* 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