From: Kevin M. Rosenberg Date: Fri, 4 Jun 2004 23:49:46 +0000 (+0000) Subject: r9555: tests/README: Fix filename [reported by Bill Clementson] X-Git-Tag: v3.8.6~332 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=598b5c986330456a7aa91dc0decad372f8933ca7 r9555: tests/README: Fix filename [reported by Bill Clementson] --- diff --git a/ChangeLog b/ChangeLog index 54955e4..d3d497e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7 @@ -03 Jun 2004 Marcus Pearce +04 Jun 2004 Kevin Rosenberg + * tests/README: Fix filename [reported by Bill Clementson] + +03 Jun 2004 Kevin Rosenberg * Version 2.11.5 released * examples/clsql-tutorial.lisp: Remove obsolete :nulls-ok attribute, Select connection-spec based on connection type. Bugs reported by diff --git a/examples/clsql-tutorial.lisp b/examples/clsql-tutorial.lisp index deb453c..5d240d5 100644 --- a/examples/clsql-tutorial.lisp +++ b/examples/clsql-tutorial.lisp @@ -156,8 +156,8 @@ (let ((new-lenin (car (clsql:select 'employee - :where [= [slot-value 'employee 'emplid] 1]) - :flatp t))) + :where [= [slot-value 'employee 'emplid] 1] + :flatp t)))) (format t "His new email is ~A" (employee-email new-lenin))) diff --git a/tests/README b/tests/README index aa5bae1..8dad515 100644 --- a/tests/README +++ b/tests/README @@ -15,7 +15,7 @@ and call: (asdf:oos 'asdf:test-op 'clsql) The test suite will then automatically run on all of the backends that -you have defined in .clsql-tests.config +you have defined in .clsql-test.config * REGRESSION TEST SUITE GOALS