N°5608 - Fix unit tests following restructuring Part III

* Missed a usage of "use_legacy_search" conf param on the last commit
* Fix log tests which didn't moved correctly from Git PoV 😕
This commit is contained in:
Molkobain
2023-01-10 21:04:29 +01:00
parent bcf880f327
commit 7f37de777e
4 changed files with 1 additions and 305 deletions

View File

@@ -317,7 +317,6 @@ class OQLTest extends ItopDataTestCase
public function testOQLIntersect($sOQL1, $sOQL2, $sOQLIntersect)
{
// Check that legacy mode is not set
$this->assertFalse(utils::GetConfig()->Get('use_legacy_dbsearch'));
$this->assertFalse(utils::GetConfig()->Get('apc_cache.enabled'));
$this->assertFalse(utils::GetConfig()->Get('query_cache_enabled'));
$this->assertFalse(utils::GetConfig()->Get('expression_cache_enabled'));