X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Ftest-fdml.lisp;h=1e2a92bd4dde28aaf5a3eb7c3882c1efa2ec90f5;hb=fa32c4233b4a02ae631602dbb0a234ab10df8aaf;hp=6387add49165652c626756569f5ede511a80c775;hpb=7fe2be1c1362639b32fab48534f3dce614586ff4;p=clsql.git diff --git a/tests/test-fdml.lisp b/tests/test-fdml.lisp index 6387add..1e2a92b 100644 --- a/tests/test-fdml.lisp +++ b/tests/test-fdml.lisp @@ -4,20 +4,24 @@ ;;;; Author: Marcus Pearce ;;;; Created: 30/03/2004 ;;;; Updated: $Id$ -;;;; ====================================================================== -;;;; -;;;; Description ========================================================== -;;;; ====================================================================== ;;;; ;;;; Tests for the CLSQL Functional Data Manipulation Language ;;;; (FDML). -;;;; +;;;; +;;;; This file is part of CLSQL. +;;;; +;;;; CLSQL users are granted the rights to distribute and use this software +;;;; as governed by the terms of the Lisp Lesser GNU Public License +;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. ;;;; ====================================================================== (in-package #:clsql-tests) #.(clsql:locally-enable-sql-reader-syntax) +(setq *rt-fdml* + '( + ;; inserts a record using all values only and then deletes it (deftest :fdml/insert/1 (progn @@ -392,4 +396,6 @@ (apply #'values (nreverse results))))))) nil nil ("lenin@soviet.org")) +)) + #.(clsql:restore-sql-reader-syntax-state)