Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-27 | tests: set XTinyproxy Yes in the test setup | Michael Adam | 1 | -0/+1 | |
Michael | |||||
2009-09-27 | tests: fix infinite loop "waiting for 3 seconds..." in bash | Michael Adam | 1 | -3/+1 | |
Michael | |||||
2009-09-21 | tests: use the debug.html file as DefaultErrorFile in the tests. | Michael Adam | 1 | -1/+1 | |
Michael | |||||
2009-09-15 | tests: prepare tinyproxy for filter file usage in tests. | Michael Adam | 1 | -1/+6 | |
Michael | |||||
2009-09-13 | tests: test retreival of stathost page. | Michael Adam | 1 | -0/+3 | |
Michael | |||||
2009-09-13 | tests: set stathost to 127.0.0.127 in the testsuite | Michael Adam | 1 | -0/+2 | |
Michael | |||||
2009-09-13 | tests: print IP and port after firing up tinyproxy and webserver | Michael Adam | 1 | -2/+2 | |
Michael | |||||
2009-09-13 | tests: fix run_tests.sh after templates have moved. | Michael Adam | 1 | -3/+3 | |
Michael | |||||
2009-09-11 | tests: add support for running tinyproxy under valgrind. | Michael Adam | 1 | -1/+1 | |
When you want to run tinyproxy under valgrind, set the environment variable VALGRIND to some useful valgrind command line. Michael | |||||
2009-09-10 | tests: restructure run_tests into functions to make main flow clearer. | Michael Adam | 1 | -65/+104 | |
Also prepare for modularizing the testsuite. Michael | |||||
2009-09-10 | tests:run_tests: add complete GPL boilerplate. | Michael Adam | 1 | -2/+13 | |
Michael | |||||
2009-09-10 | tests: this is a first draft of the beginning of a test suite. | Michael Adam | 1 | -0/+138 | |
It provisions a test envirnonment, fires up the perl web server and tinyproxy and currently makes one direct request to the web server and one request through tinyproxy. This will be modularized and extended in the sequel. Michael |