diff --git a/test/classes/PMA_DBQbe_test.php b/test/classes/PMA_DBQbe_test.php
index 5139837180..300f0beaae 100644
--- a/test/classes/PMA_DBQbe_test.php
+++ b/test/classes/PMA_DBQbe_test.php
@@ -212,10 +212,10 @@ class PMA_DBQbe_test extends PHPUnit_Framework_TestCase
public function testGetInsDelAndOrCell(){
$GLOBALS['cell_align_right'] = 'cellAlign';
$this->assertEquals(
- '
| ',
+ ' | ',
$this->_callProtectedFunction(
'_getInsDelAndOrCell',
- array(3, 'checked')
+ array(3, array('and' => '', 'or' => ' checked="checked"'))
)
);
}