X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=tests%2Ftest-fdml.lisp;h=9bacbe52024dc7abf5e35e57fbe08ed28d06e4f6;hp=053dbc45f7c02a0a9ee0304663ed1b3d7f96443a;hb=2e4aa59540392e40168a6d83c858edd8514ba086;hpb=73f6c23a39a24d04746b00d8fe3878ca7a6233f1 diff --git a/tests/test-fdml.lisp b/tests/test-fdml.lisp index 053dbc4..9bacbe5 100644 --- a/tests/test-fdml.lisp +++ b/tests/test-fdml.lisp @@ -124,19 +124,6 @@ t (2 3 4 5 6 7 8 9 10)) -(deftest :fdml/execute-command/1 - (with-dataset *ds-employees* - (values - (clsql:table-exists-p [foo] :owner *test-database-user*) - (progn - (clsql:execute-command "create table foo (bar integer)") - (clsql:table-exists-p [foo] :owner *test-database-user*)) - (progn - (clsql:execute-command "drop table foo") - (clsql:table-exists-p [foo] :owner *test-database-user*)))) - nil t nil) - - ;; compare min, max and average hieghts in inches (they're quite short ;; these guys!) (deftest :fdml/select/1