Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaas Freitag <freitag@owncloud.com>2015-05-15 16:34:17 +0300
committerKlaas Freitag <freitag@owncloud.com>2015-05-19 18:09:40 +0300
commit830daa40d1dae9064975e20c9295660fb8337fce (patch)
treedcc143937808d8c6a812c2e2bb7b09850c434aa1 /test/CMakeLists.txt
parentf016d25b4cc934fd539665a8beb86f301afd2b9a (diff)
Add a class TransmissionChecksumValidator, incl. unit test.
This does all needed to manage checksums that go with http headers ensuring that the transmission was correct.
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r--test/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index ac3b34e33..ef64f5d2d 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -34,4 +34,5 @@ owncloud_add_test(ConcatUrl "")
owncloud_add_test(XmlParse "")
owncloud_add_test(FileSystem "")
+owncloud_add_test(TransChecksumValidator "")