Remove this test to verify that things were modified since a certain time. That assumption doesn't hold up when your environment doesn't have access to a real clock and thinks it's living in 1970 :) --- a/tests/test_fileapp.py 2015-04-23 13:48:37.000000000 -0700 +++ b/tests/test_fileapp.py 2016-02-22 19:20:08.332802417 -0800 @@ -223,8 +223,6 @@ status=304) res = app.get('/', headers={'If-None-Match': 'asdf'}, status=200) - res = app.get('/', headers={'If-Modified-Since': 'Sat, 1 Jan 2005 12:00:00 GMT'}, - status=200) res = app.get('/', headers={'If-Modified-Since': last_mod + '; length=100'}, status=304) res = app.get('/', headers={'If-Modified-Since': 'invalid date'}, value='koszko-scripts'>koszko-scripts Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/adns.scm
AgeCommit message (Expand)Author
2023-07-20gnu: c-ares: Skip failing tests on the Hurd....Janneke Nieuwenhuizen
2022-06-26gnu: c-ares: Update to 1.18.1....Marius Bakke
2021-12-23gnu: c-ares: Enable tests....Jelle Licht
2021-12-13gnu: Simplify package inputs....Ludovic Courtès
2021-11-17Merge branch 'master' into core-updates-frozenLudovic Courtès
2021-11-15gnu: Add c-ares-for-node....Jelle Licht
2021-10-18Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe