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-10-14 14:38:25 +0200
commitf03142f3d6038a87f13ca4d422e18ab9328e1fb6 (patch)
treec34c2c5c2867f85aecba29362bceb8c058241127 /tests
parent0497136d2952a812f4deb993e030017a73b2b125 (diff)
downloadnextcloud-server-f03142f3d6038a87f13ca4d422e18ab9328e1fb6.tar.gz
nextcloud-server-f03142f3d6038a87f13ca4d422e18ab9328e1fb6.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() {