mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Updated the test list to take into account Trac #558 (hexadecimal numbers inside strings)
SVN:1.2.1[2105]
This commit is contained in:
@@ -140,6 +140,8 @@ class TestOQLParser extends TestFunction
|
||||
$aQueries = array(
|
||||
'SELECT toto' => true,
|
||||
'SELECT toto WHERE toto.a = 1' => true,
|
||||
'SELECT toto WHERE toto.a = 0xC' => true,
|
||||
'SELECT toto WHERE toto.a = \'AXDVFS0xCZ32\'' => true,
|
||||
'SELECT toto WHERE toto.a = :myparameter' => true,
|
||||
'SELECT toto WHERE toto.a IN (:param1)' => true,
|
||||
'SELECT toto WHERE toto.a IN (:param1, :param2)' => true,
|
||||
|
||||
Reference in New Issue
Block a user