summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2016-01-11 11:14:29 +0100
committerKonstantin Käfer <mail@kkaefer.com>2016-01-11 11:14:29 +0100
commit13fbf8b39b2aa3814b245fdec000048c973d90e4 (patch)
tree64c5ed30bb4eaf0b3ea8c0743cf36e7b62299c61 /test
parentcd94049537708ec6ef4d35739b0393230e3a5532 (diff)
downloadqtlocation-mapboxgl-13fbf8b39b2aa3814b245fdec000048c973d90e4.tar.gz
[test] Fix test case comments
Follow up to a06f28ddb70cd1963076d6df2ef3716d45b7a13e
Diffstat (limited to 'test')
-rw-r--r--test/storage/cache_response.cpp4
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);