Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Closes #356, Closes #357, Closes #358 | David Christiansen | 2015-01-04 | 1 | -4/+2 |
| | |||||
* | More StyleCop fixes. | Andrew Arnott | 2013-03-26 | 1 | -6/+6 |
| | |||||
* | Lots of StyleCop fixes. | Andrew Arnott | 2013-03-26 | 1 | -3/+2 |
| | |||||
* | Registered handlers now overwrite previous ones rather than getting silently ↵ | Andrew Arnott | 2013-03-25 | 1 | -7/+2 |
| | | | | | | appended, never to be invoked. 10 test failures. | ||||
* | Fixes remaining build breaks. | Andrew Arnott | 2013-03-22 | 1 | -22/+29 |
| | |||||
* | Moves the rest of the static methods out. | Andrew Arnott | 2013-03-21 | 1 | -2/+50 |
| | |||||
* | Fixes the rest of the build breaks! | Andrew Arnott | 2013-03-19 | 1 | -0/+3 |
| | |||||
* | Lots more test build break fixes. | Andrew Arnott | 2013-03-17 | 1 | -1/+1 |
| | |||||
* | More build break fixes. | Andrew Arnott | 2013-03-10 | 1 | -2/+3 |
| | |||||
* | Updated all copyright notices to reflect copyright assignment to Outercurve. | Andrew Arnott | 2012-02-05 | 1 | -2/+2 |
| | | | | Fixes #66 | ||||
* | Moved the performance measuring method into TestBase. | Andrew Arnott | 2011-05-03 | 1 | -0/+30 |
| | |||||
* | Perf tests now compare results against a baseline produced on the test machine. | Andrew Arnott | 2011-05-02 | 1 | -10/+0 |
| | | | | | | | | | This uses portions of MeasureIt, which normalizes perf measurements in terms of the machine's speed. We also do other things to reduce noise: * set process and thread priority * wait for the CPU to quiet down before beginning. * set power management to High Performance * wake the CPU up if it's in a low power mode. | ||||
* | Fixed StyleCop messages. | Andrew Arnott | 2010-01-17 | 1 | -10/+10 |
| | |||||
* | Fixed ASP.NET hosting to be flexible about where it is executed from. | Andrew Arnott | 2010-01-08 | 1 | -1/+11 |
| | |||||
* | Fixed ASP.NET hosting tests. | Andrew Arnott | 2010-01-06 | 1 | -2/+2 |
| | |||||
* | Converted all the rest of the tests over to NUnit. | Andrew Arnott | 2010-01-06 | 1 | -9/+4 |
| | |||||
* | Suppressed a few compiler warnings. | Andrew Arnott | 2009-11-07 | 1 | -0/+2 |
| | |||||
* | Merge branch 'master' into contracts | Andrew Arnott | 2009-06-25 | 1 | -0/+8 |
|\ | | | | | | | | | Conflicts: src/DotNetOpenAuth.Test/TestBase.cs | ||||
| * | Fixed perf tests to suspend logging so they pass. | Andrew Arnott | 2009-06-25 | 1 | -0/+8 |
| | | |||||
* | | Fixed up all tests so they pass. | Andrew Arnott | 2009-06-25 | 1 | -0/+11 |
|/ | |||||
* | Refactored MessageDescription to be per-Channel instead of appdomain static. | Andrew Arnott | 2009-03-14 | 1 | -0/+8 |
| | | | | This allows for special scenarios (like OSIS tests) where individual tests might need to contrive special message serialization rules. | ||||
* | StyleCop fixes | Andrew Arnott | 2009-01-30 | 1 | -6/+6 |
| | |||||
* | Refactored test helpers to remove TestSupport and move its functionality ↵ | Andrew Arnott | 2009-01-29 | 1 | -2/+10 |
| | | | | into OpenIdTestBase. | ||||
* | Changed namepace and project names in preparation for merge with DotNetOpenId. | Andrew Arnott | 2008-11-04 | 1 | -0/+45 |