mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 06:07:32 +02:00
Disabled db_verifyTest::testGetIndex() due to no assertions
This commit is contained in:
@@ -254,14 +254,16 @@
|
|||||||
$this->assertEquals($expected,$result);
|
$this->assertEquals($expected,$result);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* FIXME: This test has no assertions!
|
||||||
|
*/
|
||||||
|
/*
|
||||||
public function testCompare()
|
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` CHANGE `submitnews_id` `submitnews_id` INT(10) UNSIGNED NOT NULL;');
|
||||||
e107::getDb()->gen('ALTER TABLE `#submitnews` DROP INDEX submitnews_id;');
|
e107::getDb()->gen('ALTER TABLE `#submitnews` DROP INDEX submitnews_id;');
|
||||||
|
|
||||||
define('e_DEBUG', true);
|
|
||||||
|
|
||||||
$this->dbv->__construct();
|
$this->dbv->__construct();
|
||||||
|
|
||||||
// print_r($this->dbv->sqlFileTables);
|
// print_r($this->dbv->sqlFileTables);
|
||||||
@@ -277,7 +279,7 @@
|
|||||||
// print_r($this->dbv->indices['submitnews']);
|
// print_r($this->dbv->indices['submitnews']);
|
||||||
// print_r($this->dbv->results);
|
// print_r($this->dbv->results);
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
public function testGetFixQuery()
|
public function testGetFixQuery()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user