Browse Source

fix chunking tests

tags/v8.2beta1
Robin Appelman 8 years ago
parent
commit
9202d2f45a
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      tests/lib/connector/sabre/file.php

+ 2
- 0
tests/lib/connector/sabre/file.php View File

@@ -210,7 +210,9 @@ class File extends \Test\TestCase {
$caughtException = null;
try {
// last chunk
$file->acquireLock(ILockingProvider::LOCK_SHARED);
$file->put('test data two');
$file->releaseLock(ILockingProvider::LOCK_SHARED);
} catch (\Exception $e) {
$caughtException = $e;
}

Loading…
Cancel
Save