summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/OpenId/Extensions/ExtensionsInteropHelperRPRequestTests.cs
Commit message (Collapse)AuthorAgeFilesLines
* Lots more test build break fixes.Andrew Arnott2013-03-171-1/+1
|
* Added a public constructor to ClaimsResponse.Andrew Arnott2012-04-081-1/+1
| | | | | | Also made the probable type URIs that it accepts public and easily discoverable. Fixes #116
* Changed all uses of [TestCase] to [Test] to better emulate recommended NUnit ↵Andrew Arnott2012-02-251-6/+6
| | | | patterns.
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
| | | | Fixes #66
* Fixed build breaks.Andrew Arnott2012-01-121-0/+1
|
* Fixed some build breaks.Andrew Arnott2011-11-021-5/+6
|
* The test project now builds, so the whole solution does.Andrew Arnott2011-08-021-11/+11
|
* Removed dependency on publicize.exe, which crashes now in some branches due ↵Andrew Arnott2010-07-091-6/+6
| | | | to bugs, and publicize.exe doesn't appear to be supported by Microsoft any more, so we might as well get off it.
* Merge branch 'v3.3' into v3.4Andrew Arnott2010-03-171-1/+1
|\ | | | | | | | | | | Conflicts: samples/OpenIdRelyingPartyMvc/Views/User/LoginPopup.aspx src/DotNetOpenAuth.Test/OpenId/Extensions/ExtensionsInteropHelperRPRequestTests.cs
| * Fixed inconsistent namespaces.Andrew Arnott2010-02-141-1/+1
| |
* | Converted all the rest of the tests over to NUnit.Andrew Arnott2010-01-061-9/+9
| |
* | Worked around publicize/ccrewrite build break that only appears on build server.Andrew Arnott2009-12-011-3/+3
| |
* | Fixed up failing unit tests.Andrew Arnott2009-11-241-1/+1
| |
* | Further refactoring of discovery results.Andrew Arnott2009-11-231-1/+1
| |
* | StyleCop fixes.Andrew Arnott2009-11-221-1/+1
| |
* | Some extensive refactoring around IIdentifierDiscoveryResult and ↵Andrew Arnott2009-11-221-5/+4
|/ | | | ServiceEndpoint.
* Attribute extension interop helper testing complete, along with several bug ↵Andrew Arnott2009-06-201-0/+128
fixes.