refactor test-connect and test-setup-database to be these two separate things (from...
[clsql.git] / tests / package.lisp
index 044aaccc1d7510875f21033a57c1f9370b9b8bfc..f420b102e503d6eda8fadf8b5ad94e998b2c2c38 100644 (file)
@@ -26,8 +26,8 @@
    #:run-benchmarks
    #:run-benchmarks-append-report-file
    #:summarize-test-report
-   #:test-initialise-database
-   #:test-connect-to-database
+   #:test-connect
+   #:test-setup-database
    )
   (:documentation "Regression tests for CLSQL."))