Advanced Search: Undefined for enums and unit tests

SVN:b1162[5516]
This commit is contained in:
Eric Espié
2018-03-23 16:05:37 +00:00
parent 52731d7b0a
commit b566bead31
5 changed files with 18 additions and 9 deletions

View File

@@ -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'),
);
}