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

SVN:1.2.1[2105]
This commit is contained in:
Denis Flaven
2012-06-14 09:26:20 +00:00
parent 6bca068bbe
commit 5b39fd372f

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,