Optimize image and skip mimetype test

remotes/origin/stable6
kondou 11 years ago
parent 415e38fc50
commit 20b688d4be

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

@ -55,6 +55,7 @@ class Test_Image extends PHPUnit_Framework_TestCase {
}
public function testMimeType() {
$this->markTestSkipped("When loading an image from anything, but a file, the imagetype is always png");
$img = new \OC_Image(OC::$SERVERROOT.'/tests/data/testimage.png');
$this->assertEquals('image/png', $img->mimeType());

Loading…
Cancel
Save