X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Ftest-fddl.lisp;h=e45d04e103a702aa5346e536330feebf07d8b873;hb=fdc5009ecaea821214a3606017c982bdbaa624ab;hp=2767f130a98a808e2a93aa05d8f9922cb7d9570b;hpb=5a6f424f3c8920f8f11bbf1e3aed6b4c2c7e6af8;p=clsql.git diff --git a/tests/test-fddl.lisp b/tests/test-fddl.lisp index 2767f13..e45d04e 100644 --- a/tests/test-fddl.lisp +++ b/tests/test-fddl.lisp @@ -3,7 +3,7 @@ ;;;; File: test-fddl.lisp ;;;; Author: Marcus Pearce ;;;; Created: 30/03/2004 -;;;; Updated: $Id: $ +;;;; Updated: $Id$ ;;;; ====================================================================== ;;;; ;;;; Description ========================================================== @@ -24,7 +24,7 @@ (sort (mapcar #'string-downcase (clsql:list-tables :owner *test-database-user*)) #'string>)) - "clsql_object_v" "employee" "company") + "employee" "company" "clsql_object_v") ;; create a table, test for its existence, drop it and test again (deftest :fddl/table/2