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:
@@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user