diff --git a/e107_tests/tests/unit/db_verifyTest.php b/e107_tests/tests/unit/db_verifyTest.php index cc7d2ad02..116719f0c 100644 --- a/e107_tests/tests/unit/db_verifyTest.php +++ b/e107_tests/tests/unit/db_verifyTest.php @@ -254,14 +254,16 @@ $this->assertEquals($expected,$result); } + /** + * FIXME: This test has no assertions! + */ + /* public function testCompare() { e107::getDb()->gen('ALTER TABLE `#submitnews` CHANGE `submitnews_id` `submitnews_id` INT(10) UNSIGNED NOT NULL;'); e107::getDb()->gen('ALTER TABLE `#submitnews` DROP INDEX submitnews_id;'); - define('e_DEBUG', true); - $this->dbv->__construct(); // print_r($this->dbv->sqlFileTables); @@ -277,7 +279,7 @@ // print_r($this->dbv->indices['submitnews']); // print_r($this->dbv->results); } - + */ public function testGetFixQuery() {