X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=tests%2Ftest-fdml.lisp;h=0286b2d807a0034efcb6831b7f1a9d98f291f00c;hb=8a8ee2d7d791b7a3efaed06420802a925d16fca3;hp=5c95fcd19c2aeb9a65b9ed4da5a37f9d139dae17;hpb=5953db07cc2276392d0a81052d2d8c71d3252b5a;p=clsql.git diff --git a/tests/test-fdml.lisp b/tests/test-fdml.lisp index 5c95fcd..0286b2d 100644 --- a/tests/test-fdml.lisp +++ b/tests/test-fdml.lisp @@ -248,7 +248,7 @@ ("lenin@soviet.org")) (deftest :fdml/select/6 - (if (db-type-has-fancy-math? *test-database-underlying-type*) + (if (clsql-sys:db-type-has-fancy-math? *test-database-underlying-type*) (mapcar #'(lambda (s) (parse-integer s :junk-allowed t)) (clsql:select [function "trunc" [height]] :from [employee] :result-types nil