[Pkg-owncloud-commits] [owncloud] 190/258: Skip test for unsuported feature for amazon s3
David Prévot
taffit at moszumanska.debian.org
Sat Oct 11 17:22:35 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 3a4ac2caa110468c0b7ff9f075be717ed9838340
Author: Robin Appelman <icewind at owncloud.com>
Date: Fri Aug 1 15:06:05 2014 +0200
Skip test for unsuported feature for amazon s3
---
apps/files_external/tests/amazons3.php | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/apps/files_external/tests/amazons3.php b/apps/files_external/tests/amazons3.php
index fb98a1f..8eaece6 100644
--- a/apps/files_external/tests/amazons3.php
+++ b/apps/files_external/tests/amazons3.php
@@ -41,4 +41,8 @@ class AmazonS3 extends Storage {
$this->instance->rmdir('');
}
}
+
+ public function testStat() {
+ $this->markTestSkipped('S3 doesn\'t update the parents folder mtime');
+ }
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list