Fix symbol case for case-sensitive Allegro
authorKevin Rosenberg <kevin@rosenberg.net>
Sat, 6 Feb 2010 07:59:07 +0000 (00:59 -0700)
committerKevin Rosenberg <kevin@rosenberg.net>
Sat, 6 Feb 2010 07:59:07 +0000 (00:59 -0700)
tests/test-fdml.lisp
tests/test-oodml.lisp

index a46740808dd15b54e68c3712e9e4250fe10d0f24..74ed254e4d3acec47296a61202d2ec9314e22529 100644 (file)
@@ -3,7 +3,6 @@
 ;;;; File:    test-fdml.lisp
 ;;;; Author:  Marcus Pearce <m.t.pearce@city.ac.uk>, Kevin Rosenberg
 ;;;; Created: 30/03/2004
-;;;; Updated: $Id$
 ;;;;
 ;;;; Tests for the CLSQL Functional Data Manipulation Language
 ;;;; (FDML).
index 978d1fd732d6abefa6e6c76e1db47abc394e9e33..2fed92172ac1dd7f8f0eabf17ba531e1fbabe8f1 100644 (file)
 ;; (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