summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2013-10-29 14:22:13 +0100
committerRobin Appelman <icewind@owncloud.com>2013-10-29 14:22:13 +0100
commit654b0daf0145b216d81347325b17cf522a49ec81 (patch)
tree557d6996ce1621ef7de23ec69a8daf70c9cc8c48 /tests
parentb3626f34cd0df127d742f7a8cb2a4ddf929ff886 (diff)
downloadnextcloud-server-654b0daf0145b216d81347325b17cf522a49ec81.tar.gz
nextcloud-server-654b0daf0145b216d81347325b17cf522a49ec81.zip
update touch tests for updated behaviour
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/files/cache/updater.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/lib/files/cache/updater.php b/tests/lib/files/cache/updater.php
index a891f2560c4..d8414dadbec 100644
--- a/tests/lib/files/cache/updater.php
+++ b/tests/lib/files/cache/updater.php
@@ -234,7 +234,6 @@ class Updater extends \PHPUnit_Framework_TestCase {
$cachedData = $this->cache->get('folder');
$this->assertNotEquals($folderCachedData['etag'], $cachedData['etag']);
- $this->assertEquals($time, $cachedData['mtime']);
$cachedData = $this->cache->get('');
$this->assertNotEquals($rootCachedData['etag'], $cachedData['etag']);
@@ -259,7 +258,6 @@ class Updater extends \PHPUnit_Framework_TestCase {
$cachedData = $cache2->get('');
$this->assertNotEquals($substorageCachedData['etag'], $cachedData['etag']);
- $this->assertEquals($time, $cachedData['mtime']);
$cachedData = $this->cache->get('folder');
$this->assertNotEquals($folderCachedData['etag'], $cachedData['etag']);