use file-enable in tests to make it harder to get the syntax enable/disabling wrong
[clsql.git] / tests / test-fdml.lisp
index e9505b2788ba2f54fa8e8c9e79201c7cdce2a8b3..dd8336be95ed0d0df92477a873b2eaceea2824ea 100644 (file)
@@ -16,8 +16,7 @@
 
 (in-package #:clsql-tests)
 
-#.(clsql:locally-enable-sql-reader-syntax)
-
+(clsql-sys:file-enable-sql-reader-syntax)
 ;;started defining an independent dataset that doesn't depend on the view-classes
 ;; but there is a *lot* of stuff in the file assuming that dataset.
 ;; (def-dataset *ds-fdml*
 
 ))
 
-#.(clsql:restore-sql-reader-syntax-state)