Fix regexp to match
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
3500f41f6f
commit
7a325cf5ad
@ -192,7 +192,7 @@ class PMA_ExportOds_Test extends PHPUnit_Framework_TestCase
|
||||
{
|
||||
$GLOBALS['ods_buffer'] = 'header';
|
||||
|
||||
$this->expectOutputRegex('/^504b.*636f6e74656e742e786d6c2f/');
|
||||
$this->expectOutputRegex('/^504b.*636f6e74656e742e786d6c/');
|
||||
$this->setOutputCallback('bin2hex');
|
||||
|
||||
$this->assertTrue(
|
||||
|
||||
@ -333,7 +333,7 @@ class PMA_ExportOdt_Test extends PHPUnit_Framework_TestCase
|
||||
{
|
||||
$GLOBALS['odt_buffer'] = 'header';
|
||||
|
||||
$this->expectOutputRegex('/^504b.*636f6e74656e742e786d6c2f/');
|
||||
$this->expectOutputRegex('/^504b.*636f6e74656e742e786d6c/');
|
||||
$this->setOutputCallback('bin2hex');
|
||||
|
||||
$this->assertTrue(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user