summaryrefslogtreecommitdiff
path: root/test/integration/test-authentication-basic
AgeCommit message (Collapse)AuthorFilesLines
2015-12-19tests: support spaces in path and TMPDIRDavid Kalnischkies1-2/+2
This doesn't allow all tests to run cleanly, but it at least allows to write tests which could run successfully in such environments. Git-Dch: Ignore
2015-11-19tests: use quiet level 0 by default in testsDavid Kalnischkies1-0/+1
Git-Dch: Ignore
2015-09-15tests: don't use hardcoded port for http and httpsDavid Kalnischkies1-10/+10
This allows running tests in parallel. Git-Dch: Ignore
2015-03-16test exitcode as well as string equalityDavid Kalnischkies1-1/+1
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-18fix file ownership tests to work on kfreebsdDavid Kalnischkies1-2/+2
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-26tests: enhance output of grep and test failsDavid Kalnischkies1-1/+1
Git-Dch: Ignore
2014-10-23add test for Basic Authentication schemeDavid Kalnischkies1-0/+106
Git-Dch: Ignore