Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
d21b491087
@ -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()
|
||||
|
||||
@ -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()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user