]> source.dussan.org Git - nextcloud-server.git/commitdiff
update touch tests for updated behaviour
authorRobin Appelman <icewind@owncloud.com>
Tue, 29 Oct 2013 13:22:13 +0000 (14:22 +0100)
committerRobin Appelman <icewind@owncloud.com>
Tue, 29 Oct 2013 13:22:13 +0000 (14:22 +0100)
tests/lib/files/cache/updater.php

index a891f2560c45a860d0cad8772f8c812a06afb9d9..d8414dadbec7f37b0b7aba643d064f899460ebae 100644 (file)
@@ -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']);