]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove unstable test
authorRobin Appelman <icewind@owncloud.com>
Wed, 6 Aug 2014 10:35:59 +0000 (12:35 +0200)
committerRobin Appelman <icewind@owncloud.com>
Fri, 5 Sep 2014 09:53:24 +0000 (11:53 +0200)
tests/lib/files/cache/updaterlegacy.php

index deb4cb0b43838c2b713299ebdbeb985f05dc20e7..c80c3168ad6550a3a48e3f0ea5bdb7845ac61d50 100644 (file)
@@ -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() {