From: Kevin Rosenberg Date: Sat, 6 Feb 2010 07:59:07 +0000 (-0700) Subject: Fix symbol case for case-sensitive Allegro X-Git-Tag: v5.0.0~8 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=052344686f925a617f74fcd1b83489f2edcf071a Fix symbol case for case-sensitive Allegro --- diff --git a/tests/test-fdml.lisp b/tests/test-fdml.lisp index a467408..74ed254 100644 --- a/tests/test-fdml.lisp +++ b/tests/test-fdml.lisp @@ -3,7 +3,6 @@ ;;;; File: test-fdml.lisp ;;;; Author: Marcus Pearce , Kevin Rosenberg ;;;; Created: 30/03/2004 -;;;; Updated: $Id$ ;;;; ;;;; Tests for the CLSQL Functional Data Manipulation Language ;;;; (FDML). diff --git a/tests/test-oodml.lisp b/tests/test-oodml.lisp index 978d1fd..2fed921 100644 --- a/tests/test-oodml.lisp +++ b/tests/test-oodml.lisp @@ -597,7 +597,7 @@ ;; (was failing in Postgresql at somepoint) (deftest :oodml/update-records/10 (with-dataset *ds-employees* - (let ((emp (first (clsql:select 'employee :where [= [emplid] 1] :flatp T)))) + (let ((emp (first (clsql:select 'employee :where [= [emplid] 1] :flatp t)))) (setf (height emp) nil) (clsql-sys:update-record-from-slot emp 'height) (values