1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 13:47:31 +02:00

Disabled db_verifyTest::testGetIndex() due to no assertions

This commit is contained in:
Nick Liu
2020-01-18 11:22:02 +01:00
parent b8d6b9eccb
commit a0f4489e41

View File

@@ -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()
{