Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Dec 15, 2023
1 parent db7c3e4 commit 5789061
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/emacsql-external-tests.el
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
(require 'emacsql)

(require 'emacsql-sqlite)
;; FIXME(CI) this is currently not tested because the Emacs
;; snapshot hasn't been compiled with sqlite support.
(when (require 'sqlite nil t) (require 'emacsql-sqlite-builtin))
(when (require 'sqlite3 nil t) (require 'emacsql-sqlite-module))
(require 'emacsql-mysql)
Expand Down Expand Up @@ -72,6 +70,7 @@
"A short test that fully interacts with SQLite."
(let ((emacsql-global-timeout emacsql-tests-timeout))
(dolist (factory emacsql-tests-connection-factories)
(message "Testing %s" (car factory))
(emacsql-with-connection (db (funcall (cdr factory)))
(emacsql db [:create-temporary-table foo ([x])])
(should-error (emacsql db [:create-temporary-table foo ([x])]))
Expand Down

0 comments on commit 5789061

Please sign in to comment.