Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The test project now builds, so the whole solution does. | Andrew Arnott | 2011-08-02 | 1 | -1/+1 |
| | |||||
* | Removed dependency on publicize.exe, which crashes now in some branches due ↵ | Andrew Arnott | 2010-07-09 | 1 | -2/+2 |
| | | | | to bugs, and publicize.exe doesn't appear to be supported by Microsoft any more, so we might as well get off it. | ||||
* | Converted all the rest of the tests over to NUnit. | Andrew Arnott | 2010-01-06 | 1 | -3/+3 |
| | |||||
* | Merge branch 'v3.1' | Andrew Arnott | 2009-06-18 | 1 | -1/+1 |
|\ | |||||
| * | Cleaned up distinction between public and rewritten request URLs. | Andrew Arnott | 2009-06-18 | 1 | -1/+1 |
| | | |||||
* | | Providers now have better feedback about how RP discovery fails so they can ↵ | Andrew Arnott | 2009-05-08 | 1 | -15/+0 |
|/ | | | | | | make more informed policy decisions. Fixes Trac ticket 53. | ||||
* | Refactoring around Provider's IRequest to process responses differently. | Andrew Arnott | 2009-03-06 | 1 | -3/+3 |
| | | | | This is a step toward serializable IRequest objects. | ||||
* | Refactored test helpers to remove TestSupport and move its functionality ↵ | Andrew Arnott | 2009-01-29 | 1 | -6/+6 |
| | | | | into OpenIdTestBase. | ||||
* | Provider now sets user_setup_url on negative assertion responses to ↵ | Andrew Arnott | 2009-01-24 | 1 | -0/+34 |
| | | | | checkid_immediate. | ||||
* | Added AuthenticationRequest.IsReturnUrlDiscoverable test. | Andrew Arnott | 2009-01-23 | 1 | -0/+30 |