diff options
author | Roeland Jago Douma <rullzer@owncloud.com> | 2016-02-28 11:53:56 +0100 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2016-03-01 11:37:16 +0100 |
commit | 03d0fa012f967dd058d3926751dc147537760ce3 (patch) | |
tree | c7e8c8ff29d9513388ef0f874e7e6cc6c423bc20 /build/integration/config | |
parent | 5fe5233f419624dc3eac8ee4bf95a38b001ea6fd (diff) | |
download | nextcloud-server-03d0fa012f967dd058d3926751dc147537760ce3.tar.gz nextcloud-server-03d0fa012f967dd058d3926751dc147537760ce3.zip |
Checksum intergration test
* Upload file with checksum
* Chunked upload with checksum
* Copy file with checksum should also copy the checksum
* Moving a file with checksum should also move the checksum
* Uploading a file with checksum and overwriting it with a file without cheksum should remove the checksum
Diffstat (limited to 'build/integration/config')
-rw-r--r-- | build/integration/config/behat.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/integration/config/behat.yml b/build/integration/config/behat.yml index d0c4586d285..4b5b5b16ef8 100644 --- a/build/integration/config/behat.yml +++ b/build/integration/config/behat.yml @@ -20,6 +20,8 @@ default: baseUrl: http://localhost:8080 - CalDavContext: baseUrl: http://localhost:8080 + - ChecksumsContext: + baseUrl: http://localhost:8080 federation: paths: - %paths.base%/../federation_features |