mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-26 03:58:45 +02:00
Advanced Search: Undefined for enums and unit tests
SVN:b1162[5516]
This commit is contained in:
@@ -56,9 +56,9 @@ class SearchFormTest extends ItopDataTestCase
|
||||
public function GetFieldsProvider()
|
||||
{
|
||||
return array(
|
||||
array("SELECT Contact", 7, 'zlist'),
|
||||
array("SELECT Contact", 8, 'zlist'),
|
||||
array("SELECT Contact AS C WHERE C.status = 'active'", 4, 'others'),
|
||||
array("SELECT Person", 11, 'zlist'),
|
||||
array("SELECT Person", 12, 'zlist'),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user