Replace old files with new ones

This commit is contained in:
Romain Neutron
2013-06-28 17:50:01 +02:00
parent 94d7a12d1d
commit 2307a0b038
59 changed files with 22 additions and 14614 deletions

View File

@@ -260,14 +260,14 @@ class record_adapterTest extends PhraseanetPHPUnitAuthenticatedAbstract
public function testGet_original_name()
{
$this->assertEquals('test001.CR2', self::$DI['record_1']->get_original_name());
$this->assertEquals('test001.jpg', self::$DI['record_1']->get_original_name());
}
public function testGet_title()
{
$this->markTestSkipped('Unable to test title');
$this->assertEquals('test001.CR2', self::$DI['record_1']->get_title());
$this->assertEquals('test001.jpg', self::$DI['record_1']->get_title());
}
public function testGet_preview()