Merge pull request #1346 from smita786/QA_4_2

update unit test needed after fixing bug 4487
This commit is contained in:
Marc Delisle 2014-08-28 15:43:05 -04:00
commit 74ae4a2938

View File

@ -1420,11 +1420,6 @@ class PMA_ExportSql_Test extends PHPUnit_Framework_TestCase
$result
);
$this->assertContains(
"AUTO_INCREMENT=1 ;",
$result
);
$this->assertNotContains(
'-- Constraints for table',
$GLOBALS['sql_constraints']