X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=tests%2Ftest-oodml.lisp;h=cf9eda715d8253792e934cf2dec313f8ca46a44e;hb=70227e5f0b76bb649fc6c1a478d7374953fd815b;hp=f64da4153ecec06db703740fb110eb1e1fd82f5d;hpb=41b951fca5ef48b594ca316cf1253b4d1192a045;p=clsql.git diff --git a/tests/test-oodml.lisp b/tests/test-oodml.lisp index f64da41..cf9eda7 100644 --- a/tests/test-oodml.lisp +++ b/tests/test-oodml.lisp @@ -18,6 +18,9 @@ #.(clsql:locally-enable-sql-reader-syntax) +(setq *rt-oodml* + '( + (deftest :oodml/select/1 (mapcar #'(lambda (e) (slot-value e 'last-name)) (clsql:select 'employee :order-by [last-name])) @@ -237,5 +240,6 @@ ; collect (slot-value e 'last-name)) ; ("Lenin" "Stalin" "Trotsky")) +)) #.(clsql:restore-sql-reader-syntax-state)