Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-16 | Updated test-handler for new API. | Steve Kemp | |
This update consists of two changes: * No longer return "true" or "false" instead return "TEST_FAILED", or "TEST_SUCCEEDED". * Removed the testing of test-inversion from the class, now it lives in the base-class where it should have done all along. | |||
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 | |
2013-05-20 | Updated to read from the socket. | Steve Kemp | |
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-23 | Removed duplicate member-variables for subclasses. | Steve Kemp | |
Allow test-inversion via "must not run". | |||
2012-11-22 | "ftp://ftp.example.com/ must run ftp" + "rsync://...../" are now both ↵ | Steve Kemp | |
permitted. | |||
2012-11-22 | Parse the configuration file into arrays of jobs, via our test-factory | Steve Kemp | |
2012-11-22 | Whitespace updates. | Steve Kemp | |
2012-11-22 | Moved tests into a namespace. | Steve Kemp | |
2012-11-22 | Updated to require libraries more sanely | Steve Kemp | |
2012-11-21 | Serialize and cosntruct neatly | Steve Kemp | |
2012-11-21 | Added .to_json method to serialize our tests. | Steve Kemp | |
2012-11-21 | Added rsync test. | Steve Kemp | |