From 44f01448d91c0c6aa1b7725c9446898e4d330fef Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 7 Jun 2014 15:48:05 -0400 Subject: [PATCH] Fix test Signed-off-by: Marc Delisle --- test/libraries/PMA_tbl_indexes_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/libraries/PMA_tbl_indexes_test.php b/test/libraries/PMA_tbl_indexes_test.php index 237e43e699..c5c31e5db9 100644 --- a/test/libraries/PMA_tbl_indexes_test.php +++ b/test/libraries/PMA_tbl_indexes_test.php @@ -97,7 +97,7 @@ class PMA_TblIndexTest extends PHPUnit_Framework_TestCase ); $this->assertEquals( - "ALTER TABLE `pma_db`.`pma_table` DROP PRIMARY KEY,COMMENT '';", + "ALTER TABLE `pma_db`.`pma_table` DROP PRIMARY KEY, COMMENT '';", $sql ); }