summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/Messaging/Reflection
Commit message (Collapse)AuthorAgeFilesLines
* Replaced a bunch of TestCase attribute usages with simply Test.Andrew Arnott2012-04-044-15/+15
|
* Changed all uses of [TestCase] to [Test] to better emulate recommended NUnit ↵Andrew Arnott2012-02-253-28/+28
| | | | patterns.
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-054-8/+8
| | | | Fixes #66
* Merge branch 'v3.4' into oauth2Andrew Arnott2010-06-081-2/+2
|\ | | | | | | | | | | Conflicts: src/DotNetOpenAuth/Configuration/MessagingElement.cs src/DotNetOpenAuth/Messaging/Reflection/MessagePart.cs
| * Fix for outgoing check_auth messages so they don't modify positive assertion ↵Andrew Arnott2010-05-281-2/+2
| | | | | | | | | | | | messages causing invalid signatures. Fixes Trac #198
* | Merge branch 'v3.4' into oauthWRAPAndrew Arnott2010-05-171-1/+6
|\ \ | |/
| * Fix for UIRequest.Icon deserialization exception due to nullable struct types.Andrew Arnott2010-05-081-1/+6
| | | | | | | | Fixes Trac #195
* | Added early version of StandardMessageFactory.Andrew Arnott2010-02-221-0/+10
|/
* Fixed new StyleCop issues that cropped up (by installing Dev10?)Andrew Arnott2010-01-061-3/+3
|
* Converted all the rest of the tests over to NUnit.Andrew Arnott2010-01-064-51/+51
|
* Fixed failing unit test due to recent new exception wrapping.Andrew Arnott2009-08-261-1/+1
|
* Turned on runtime contract checking for debug builds and fixed the errors ↵Andrew Arnott2009-04-191-3/+12
| | | | that it caught.
* Refactored MessageDescription to be per-Channel instead of appdomain static.Andrew Arnott2009-03-142-32/+32
| | | | This allows for special scenarios (like OSIS tests) where individual tests might need to contrive special message serialization rules.
* Added a couple of tests to test MinVersion/MaxVersion MessagePart behavior.Andrew Arnott2008-12-082-0/+91
|
* Added MessagePart versioning capability.Andrew Arnott2008-11-201-3/+8
| | | | | A single message type can now serialize differently based on the protocol version a particular instance is representing. This fix allows for the associate messages to pass their tests.
* Reworked the way messages are instantiated and deserialized.Andrew Arnott2008-11-201-1/+1
| | | | 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.
* Lots of Messaging plumbing work to support DotNetOpenId associate messages.Andrew Arnott2008-11-061-0/+50
|
* Changed namepace and project names in preparation for merge with DotNetOpenId.Andrew Arnott2008-11-044-0/+496