remove unstable test

This commit is contained in:
Robin Appelman 2014-08-06 12:35:59 +02:00
parent d0e83a71aa
commit 58a1540587
1 changed files with 0 additions and 1 deletions

View 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() {