diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/storage/cache_response.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/storage/cache_response.cpp b/test/storage/cache_response.cpp index 8339d8aa84..b27f1caa9c 100644 --- a/test/storage/cache_response.cpp +++ b/test/storage/cache_response.cpp @@ -51,7 +51,7 @@ TEST_F(Storage, CacheResponse) { loop.run(); } -// Make sure we don't store a bad server response into the cache +// Make sure we /do/ store 404 Not Found responses into the cache TEST_F(Storage, CacheNotFound) { SCOPED_TEST(CacheNotFound); @@ -109,7 +109,7 @@ TEST_F(Storage, CacheNotFound) { loop.run(); } -// Make sure we don't store a bad server response into the cache +// Make sure we don't store a connection error into the cache TEST_F(Storage, DontCacheConnectionErrors) { SCOPED_TEST(DontCacheConnectionErrors); |