Fix test expectations to match current code

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2016-06-16 14:30:29 +02:00
parent bba718fa7a
commit c6a6bbfb2f

View File

@ -252,7 +252,7 @@ class PMA_User_Preferences_Test extends PHPUnit_Framework_TestCase
$result = PMA_saveUserprefs(array(1));
$this->assertEquals(
'Could not save configuration <br /><br /> err1',
'Could not save configuration<br /><br />err1',
$result->getMessage()
);
}