X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=tests%2Ftest-basic.lisp;h=a13c76efabad754aec378c875a4ab18318880f79;hp=b4cec793479b444078cc0afba61d594c05170656;hb=09ad7f1b964e6c58de9bd6c52b9b9b8a0ad9273d;hpb=8d127b04136b4a8b081add9abd9a825165c6a41c diff --git a/tests/test-basic.lisp b/tests/test-basic.lisp index b4cec79..a13c76e 100644 --- a/tests/test-basic.lisp +++ b/tests/test-basic.lisp @@ -53,7 +53,7 @@ (test-table-row (list int float bigint str) nil type)) (do-query ((int float bigint str) "select * from test_clsql" :result-types :auto) (test-table-row (list int float bigint str) :auto type)) - #+ignore (drop-test-table db)) + (drop-test-table db)) (defun %test-basic-untyped (db type)