diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2016-09-28 11:45:33 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2016-09-28 16:34:22 +0200 |
commit | 3f3fc7b7723698e44427e2a14a2f4906832800bf (patch) | |
tree | 5acadfa4d77817c41f612c89c93925a149cbcfc0 /test/storage | |
parent | a8b007daa0e85ea4b1a4898fd591d55d0117cc85 (diff) | |
download | qtlocation-mapboxgl-3f3fc7b7723698e44427e2a14a2f4906832800bf.tar.gz |
[test] add .test.cpp suffix to test case files
Diffstat (limited to 'test/storage')
-rw-r--r-- | test/storage/asset_file_source.test.cpp (renamed from test/storage/asset_file_source.cpp) | 0 | ||||
-rw-r--r-- | test/storage/default_file_source.test.cpp (renamed from test/storage/default_file_source.cpp) | 0 | ||||
-rw-r--r-- | test/storage/headers.test.cpp (renamed from test/storage/headers.cpp) | 0 | ||||
-rw-r--r-- | test/storage/http_file_source.test.cpp (renamed from test/storage/http_file_source.cpp) | 0 | ||||
-rw-r--r-- | test/storage/offline.test.cpp (renamed from test/storage/offline.cpp) | 0 | ||||
-rw-r--r-- | test/storage/offline_database.test.cpp (renamed from test/storage/offline_database.cpp) | 0 | ||||
-rw-r--r-- | test/storage/offline_download.test.cpp (renamed from test/storage/offline_download.cpp) | 0 | ||||
-rw-r--r-- | test/storage/online_file_source.test.cpp (renamed from test/storage/online_file_source.cpp) | 0 | ||||
-rw-r--r-- | test/storage/resource.test.cpp (renamed from test/storage/resource.cpp) | 0 |
9 files changed, 0 insertions, 0 deletions
diff --git a/test/storage/asset_file_source.cpp b/test/storage/asset_file_source.test.cpp index ab214ff793..ab214ff793 100644 --- a/test/storage/asset_file_source.cpp +++ b/test/storage/asset_file_source.test.cpp diff --git a/test/storage/default_file_source.cpp b/test/storage/default_file_source.test.cpp index f4c23c4c7a..f4c23c4c7a 100644 --- a/test/storage/default_file_source.cpp +++ b/test/storage/default_file_source.test.cpp diff --git a/test/storage/headers.cpp b/test/storage/headers.test.cpp index b7dcfc025d..b7dcfc025d 100644 --- a/test/storage/headers.cpp +++ b/test/storage/headers.test.cpp diff --git a/test/storage/http_file_source.cpp b/test/storage/http_file_source.test.cpp index 5b081d7d57..5b081d7d57 100644 --- a/test/storage/http_file_source.cpp +++ b/test/storage/http_file_source.test.cpp diff --git a/test/storage/offline.cpp b/test/storage/offline.test.cpp index 0faaabc298..0faaabc298 100644 --- a/test/storage/offline.cpp +++ b/test/storage/offline.test.cpp diff --git a/test/storage/offline_database.cpp b/test/storage/offline_database.test.cpp index bcc9784b35..bcc9784b35 100644 --- a/test/storage/offline_database.cpp +++ b/test/storage/offline_database.test.cpp diff --git a/test/storage/offline_download.cpp b/test/storage/offline_download.test.cpp index 27e57771c8..27e57771c8 100644 --- a/test/storage/offline_download.cpp +++ b/test/storage/offline_download.test.cpp diff --git a/test/storage/online_file_source.cpp b/test/storage/online_file_source.test.cpp index b832f9c339..b832f9c339 100644 --- a/test/storage/online_file_source.cpp +++ b/test/storage/online_file_source.test.cpp diff --git a/test/storage/resource.cpp b/test/storage/resource.test.cpp index 1c15fe6503..1c15fe6503 100644 --- a/test/storage/resource.cpp +++ b/test/storage/resource.test.cpp |