瀏覽代碼

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

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2107 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 13 年之前
父節點
當前提交
b9ade00a07
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      test/testlist.inc.php

+ 2 - 0
test/testlist.inc.php

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