summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/Mocks/TestMessageFactory.cs
Commit message (Collapse)AuthorAgeFilesLines
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
| | | | Fixes #66
* Switched almost entirely over to Code Contracts across the entire library.Andrew Arnott2009-05-231-2/+1
| | | | But some unit tests still fail, and there are other issues.
* Applied fix for HTTP verb enforcement required by OpenID 2.0 section 5.1.1.Andrew Arnott2009-03-101-1/+5
|
* Reworked the way messages are instantiated and deserialized.Andrew Arnott2008-11-201-0/+60
This was a whole lot of work to just get multi-version capability added to message types so that OpenID could handle its few versions.