Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2014-02-24 12:00:17 +01:00
commit d21b491087
2 changed files with 4 additions and 2 deletions

View File

@ -192,7 +192,8 @@ class PMA_ExportOds_Test extends PHPUnit_Framework_TestCase
{
$GLOBALS['ods_buffer'] = 'header';
$this->expectOutputRegex('/^PK.*content.xml/');
$this->expectOutputRegex('/^504b.*636f6e74656e742e786d6c2f/');
$this->setOutputCallback('bin2hex');
$this->assertTrue(
$this->object->exportFooter()

View File

@ -333,7 +333,8 @@ class PMA_ExportOdt_Test extends PHPUnit_Framework_TestCase
{
$GLOBALS['odt_buffer'] = 'header';
$this->expectOutputRegex('/^PK.*content.xml/');
$this->expectOutputRegex('/^504b.*636f6e74656e742e786d6c2f/');
$this->setOutputCallback('bin2hex');
$this->assertTrue(
$this->object->exportFooter()