X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=tests%2Ftest-init.lisp;h=fd61e924323e54bf5d0c03b55703130c19d547a6;hp=5f68e471ab7be2ea4251a58398f31377ddc24b51;hb=9b8e5bdaa160e6f916ac287614b1e06aa150699a;hpb=907a36ee9f2a80d6e296f76ea4dfd9532260b9bb diff --git a/tests/test-init.lisp b/tests/test-init.lisp index 5f68e47..fd61e92 100644 --- a/tests/test-init.lisp +++ b/tests/test-init.lisp @@ -166,7 +166,7 @@ (if skip-tests (dolist (skipped skip-tests) (format *report-stream* - "~& ~20A ~A~%" (car skipped) (cdr skipped))) + "~& ~30A ~A~%" (car skipped) (cdr skipped))) (format *report-stream* " None~%"))) (disconnect))) @@ -256,7 +256,7 @@ :oodml/update-instance/4 :oodml/update-instance/5 :oodml/update-instance/6 :oodml/update-instance/7 :oodml/db-auto-sync/3 :oodml/db-auto-sync/4)) - (push (cons test ":auto-increment not supported.") skbip-tests)) + (push (cons test ":auto-increment not supported.") skip-tests)) (t (push test-form test-forms))))) (values (nreverse test-forms) (nreverse skip-tests))))