Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replaced a bunch of TestCase attribute usages with simply Test. | Andrew Arnott | 2012-04-04 | 1 | -3/+3 |
| | |||||
* | Changed all uses of [TestCase] to [Test] to better emulate recommended NUnit ↵ | Andrew Arnott | 2012-02-25 | 1 | -2/+2 |
| | | | | patterns. | ||||
* | Updated all copyright notices to reflect copyright assignment to Outercurve. | Andrew Arnott | 2012-02-05 | 1 | -2/+2 |
| | | | | Fixes #66 | ||||
* | Added early version of StandardMessageFactory. | Andrew Arnott | 2010-02-22 | 1 | -0/+10 |
| | |||||
* | Converted all the rest of the tests over to NUnit. | Andrew Arnott | 2010-01-06 | 1 | -6/+6 |
| | |||||
* | Refactored MessageDescription to be per-Channel instead of appdomain static. | Andrew Arnott | 2009-03-14 | 1 | -10/+10 |
| | | | | 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 Arnott | 2008-12-08 | 1 | -0/+68 |
| | |||||
* | Added MessagePart versioning capability. | Andrew Arnott | 2008-11-20 | 1 | -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. | ||||
* | Changed namepace and project names in preparation for merge with DotNetOpenId. | Andrew Arnott | 2008-11-04 | 1 | -0/+24 |