aboutsummaryrefslogtreecommitdiff
path: root/t/git-cgi.t
Commit message (Expand)AuthorAge
* t/git-cgi.t: Wait 1 second before doing a revert that should succeed•••This hopefully fixes a race condition in which the test failed around 6% of the time. If we don't wait, the mtime (which is rounded down to 1 second precision in the APIs we use) will not necessarily change, so the update will not necessarily cause the page to be refreshed. Bug-Debian: https://bugs.debian.org/862494 Simon McVittie2017-05-14
* git-cgi.t: when committing directly, make sure we have a valid author•••In the environment used on ci.debian.net, we have neither a name nor an email address. Simon McVittie2017-01-09
* t/git-cgi.t: fix race condition•••We need the changes to take place at least 1 second after the first rebuild, so that the changed files are seen to have changed. Simon McVittie2017-01-09
* git: Add test coverage for reverting attachmentsSimon McVittie2016-12-28
* Add automated test for using the CGI with git, including CVE-2016-10026Simon McVittie2016-12-28