Updated the test list to take into account Trac #558 (hexadecimal numbers inside strings)

SVN:trunk[2107]
This commit is contained in:
Denis Flaven
2012-06-14 09:31:33 +00:00
parent dc90de5a2b
commit 0ffe040546

View File

@@ -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,