2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/guix-cuirass.git synced 2023-12-14 06:03:04 +01:00
guix-cuirass/tests
Mathieu Othacehe 2094d68053
http: Handle request parameters with no value.
Handle requests such as "/build/?nr" by ignoring parameters without any
associated value.

* src/cuirass/http.scm (request-parameters): Ignore silently parameters
without an associated value.
* tests/http.scm: Add a corresponding test case.
2020-08-03 15:27:00 +02:00
..
base.scm tests: Add missing test group statements. 2016-07-27 14:17:10 +02:00
basic.sh Add 'basic.sh' test. 2016-07-03 16:50:27 +02:00
database.scm Fix spec reading when restarting builds. 2020-07-25 14:22:20 +02:00
http.scm http: Handle request parameters with no value. 2020-08-03 15:27:00 +02:00
ui.scm tests: Add missing test group statements. 2016-07-27 14:17:10 +02:00
utils.scm utils: Remove useless procedures. 2017-07-01 18:47:18 +02:00