Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes remaining build breaks. | Andrew Arnott | 2013-03-22 | 1 | -43/+0 |
| | |||||
* | Moves the rest of the static methods out. | Andrew Arnott | 2013-03-21 | 1 | -43/+1 |
| | |||||
* | Moves OpenID coordinator handlers to base class. | Andrew Arnott | 2013-03-21 | 1 | -21/+0 |
| | |||||
* | Fixes the rest of the build breaks! | Andrew Arnott | 2013-03-19 | 1 | -6/+4 |
| | |||||
* | Lots more test build break fixes. | Andrew Arnott | 2013-03-17 | 1 | -41/+1 |
| | |||||
* | More unit test fixes. | Andrew Arnott | 2013-03-10 | 1 | -6/+25 |
| | |||||
* | More test build break fixes. | Andrew Arnott | 2013-03-09 | 1 | -0/+17 |
| | |||||
* | Many more unit test build fixes and product touch-ups. | Andrew Arnott | 2013-03-07 | 1 | -1/+16 |
| | |||||
* | Unit test build break fixes. | Andrew Arnott | 2013-03-06 | 1 | -25/+67 |
| | |||||
* | Unit test compile error fixes. | Andrew Arnott | 2013-03-03 | 1 | -55/+19 |
| | |||||
* | Removes more remnants of Code Contracts. | Andrew Arnott | 2012-12-26 | 1 | -1/+0 |
| | |||||
* | Replaces DNOA's internal Requires class with Validation NuGet package. | Andrew Arnott | 2012-12-26 | 1 | -0/+1 |
| | |||||
* | Updated all copyright notices to reflect copyright assignment to Outercurve. | Andrew Arnott | 2012-02-05 | 1 | -2/+2 |
| | | | | Fixes #66 | ||||
* | All product assemblies build without ccrewrite.exe now. | Andrew Arnott | 2011-09-18 | 1 | -2/+2 |
| | |||||
* | Converted all the rest of the tests over to NUnit. | Andrew Arnott | 2010-01-06 | 1 | -2/+2 |
| | |||||
* | Fixed up all tests so they pass. | Andrew Arnott | 2009-06-25 | 1 | -0/+1 |
| | |||||
* | Switched almost entirely over to Code Contracts across the entire library. | Andrew Arnott | 2009-05-23 | 1 | -2/+3 |
| | | | | But some unit tests still fail, and there are other issues. | ||||
* | Improved test logging. | Andrew Arnott | 2009-03-08 | 1 | -0/+2 |
| | |||||
* | Added better fault tolerance to test Coordinator. | Andrew Arnott | 2009-01-17 | 1 | -0/+9 |
| | |||||
* | Added unit test channel coordination checks to prevent hanging tests when ↵ | Andrew Arnott | 2009-01-04 | 1 | -0/+2 |
| | | | | one party's channel is waiting for an incoming message from another channel that will never arrive. | ||||
* | Got all 4 association tests to pass. | Andrew Arnott | 2008-11-19 | 1 | -6/+8 |
| | | | | But we have a lot more association tests to write. | ||||
* | Moved association creation logic from test assembly to library. | Andrew Arnott | 2008-11-18 | 1 | -0/+4 |
| | |||||
* | Work on OpenID test coordinator. | Andrew Arnott | 2008-11-09 | 1 | -0/+2 |
| | |||||
* | Refactored test coordinator so it can be used with OpenID as well as OAuth. | Andrew Arnott | 2008-11-08 | 1 | -0/+68 |