X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=tests%2Ftest-init.lisp;h=a12d2144d77c767bc568543b119ba7b4d227a439;hp=64253bd6200e81056e80fc5fa6ee96ed9b1e9f43;hb=374df8f34a7214e08fc4cfc5d734d024acdbf9ca;hpb=eda507c3d35f484755f88f6bbbf3f9a880324a97 diff --git a/tests/test-init.lisp b/tests/test-init.lisp index 64253bd..a12d214 100644 --- a/tests/test-init.lisp +++ b/tests/test-init.lisp @@ -262,7 +262,8 @@ ((and (eql *test-database-type* :sqlite3) (clsql-sys:in test :fddl/view/4 :fdml/select/10 :fdml/select/21 :fdml/select/32 - :fdml/select/33)) + :fdml/select/33 + :basic/reallybigintegers/1)) (push (cons test "not supported by sqlite3.") skip-tests)) ((and (not (clsql-sys:db-type-has-bigint? db-type)) (clsql-sys:in test :basic/bigint/1)) @@ -320,7 +321,7 @@ :oodml/update-records/6 :oodml/update-records/7 :oodml/update-records/8 :oodml/update-records/9 :oodml/update-records/9-slots :oodml/update-records/10 - :oodml/update-records/11 :oodml/update-instance/3 + :oodml/update-records/11 :OODML/UPDATE-RECORDS/12 :oodml/update-instance/3 :oodml/update-instance/4 :oodml/update-instance/5 :oodml/update-instance/6 :oodml/update-instance/7 :oodml/db-auto-sync/3 :oodml/db-auto-sync/4))