Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-16 | test exitcode as well as string equality | David Kalnischkies | |
We use test{success,failure} now all over the place in the framework, so its only consequencial to do this in the situations in which we test for a specific output as well. Git-Dch: Ignore | |||
2014-11-18 | fix file ownership tests to work on kfreebsd | David Kalnischkies | |
While on linux files are created in /tmp with $USER:$USER, on my kfreebsd testmachine they are created with $USER:root, so we pull some strings here to make it work on both. | |||
2014-10-26 | tests: enhance output of grep and test fails | David Kalnischkies | |
Git-Dch: Ignore | |||
2014-10-23 | add test for Basic Authentication scheme | David Kalnischkies | |
Git-Dch: Ignore |