X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Ftest-fddl.lisp;h=ab3da3bdf44ba5f835993391014ea05ad1a12a6d;hb=3a3ccc7a171dc4c6c10bc7e3fea8461fca6dc51b;hp=a8cc0fdcfd1fd4d31649bbf6214f3b01742a610b;hpb=a56b464f5cd084bb8cc493a150b49a6033f48143;p=clsql.git diff --git a/tests/test-fddl.lisp b/tests/test-fddl.lisp index a8cc0fd..ab3da3b 100644 --- a/tests/test-fddl.lisp +++ b/tests/test-fddl.lisp @@ -81,7 +81,7 @@ ;; Attribute types are vendor specific so need to test a range (deftest :fddl/attributes/3 - (and (member (clsql:attribute-type [emplid] [employee]) '(:int :integer :int4)) t) + (and (member (clsql:attribute-type [emplid] [employee]) '(:int :integer :int4 :number)) t) t) (deftest :fddl/attributes/4