X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Ftest-ooddl.lisp;h=5be105c0f27ed24892507779c7e7347f03fed421;hb=b50166ae0ba2bc09a9094c0e675ec92010b7293e;hp=a5db79f0f5b2268274724008f6241a7083c2c318;hpb=ec1872df0ec2761b4ab6811dc12f960f6f455819;p=clsql.git diff --git a/tests/test-ooddl.lisp b/tests/test-ooddl.lisp index a5db79f..5be105c 100644 --- a/tests/test-ooddl.lisp +++ b/tests/test-ooddl.lisp @@ -17,7 +17,7 @@ (in-package #:clsql-tests) -#.(clsql:locally-enable-sql-reader-syntax) +(clsql-sys:file-enable-sql-reader-syntax) (def-view-class big () @@ -110,7 +110,7 @@ (clsql:table-exists-p [big] ) (progn (clsql:drop-table [big] :if-does-not-exist :ignore) - (clsql:table-exists-p [big]))) + (clsql:table-exists-p [big] ))) ) t nil) @@ -184,5 +184,4 @@ )) -#.(clsql:restore-sql-reader-syntax-state)