Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-09 | Removed trailing whitespace from the code | Steve Kemp | |
2015-03-09 | Removed spaces inside parenthesis. | Steve Kemp | |
2015-03-09 | Prefer single-quotes when you don't need interpolation. | Steve Kemp | |
So "foo" is less good than 'foo'. | |||
2015-03-09 | Don't use parenthesis aroudn conditions in an if. | Steve Kemp | |
2015-03-09 | Avoid useless wrapping of return-value. | Steve Kemp | |
This: def foo line end Is the same as this: def foo return( line ) end | |||
2015-02-18 | Reordered registration. | Steve Kemp | |
This allows the test-suite to pass. | |||
2013-05-20 | Updated to read from the socket. | Steve Kemp | |
2013-05-15 | Updated the sample lines at the top of each protocol test. | Steve Kemp | |
Full protocol-tests are documented online, in the project wiki at: https://projects.bytemark.co.uk/projects/custodian/wiki/TestDefinitionExamples | |||
2013-05-15 | The TCP-test now uses a regexp. | Steve Kemp | |
Each test has been updated to pass a regexp object to the tcp.rb primitive which actually does the socket connection. This closes #4036 | |||
2012-11-24 | Added POP3 primitive | Steve Kemp | |