summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2014-08-06 12:35:59 +0200
committerRobin Appelman <icewind@owncloud.com>2014-09-05 11:53:24 +0200
commit58a154058770c26675a88700ad7f38468283df20 (patch)
tree1b671651e2f0ff86aec56bba8dad4741a8302d41 /tests
parentd0e83a71aa176196d28fa84c0c17db3876c4dda5 (diff)
downloadnextcloud-server-58a154058770c26675a88700ad7f38468283df20.tar.gz
nextcloud-server-58a154058770c26675a88700ad7f38468283df20.zip
remove unstable test
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/files/cache/updaterlegacy.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/files/cache/updaterlegacy.php b/tests/lib/files/cache/updaterlegacy.php
index deb4cb0b438..c80c3168ad6 100644
--- a/tests/lib/files/cache/updaterlegacy.php
+++ b/tests/lib/files/cache/updaterlegacy.php
@@ -137,7 +137,6 @@ class UpdaterLegacy extends \PHPUnit_Framework_TestCase {
$this->assertInternalType('string', $folderCachedData['etag']);
$this->assertInternalType('string', $cachedData['etag']);
$this->assertNotSame($folderCachedData['etag'], $cachedData['etag']);
- $this->assertEquals($mtime, $cachedData['mtime']);
}
public function testDelete() {