mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 18:18:46 +02:00
Advanced Search
Convert from raw OQL to search form widget operator SVN:b1162[5395]
This commit is contained in:
@@ -81,6 +81,7 @@ class CriterionParserTest extends ItopDataTestCase
|
||||
$sOQL = CriterionParser::Parse($sBaseOql, $aCriterion);
|
||||
|
||||
$this->debug($sOQL);
|
||||
$this->markTestIncomplete();
|
||||
|
||||
$this->assertEquals("SELECT `UserRequest` FROM UserRequest AS `UserRequest` WHERE ((`UserRequest`.`start_date` > '2017-01-01') AND (`UserRequest`.`start_date` < '2018-01-01'))", $sOQL);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user