r9657: Cleanup and document the FDDL.
[clsql.git] / tests / test-fddl.lisp
index a206f80d7a0dd13cc231483ce456574b6c496cc4..c5c305b3828d3d4aa1ac694df734e8949fb5339a 100644 (file)
       (apply #'values result))
   t t t)
 
-;; test list-table-indexes
+;; test list-indexes with keyword :ON 
 (deftest :fddl/index/3
     (progn
       (clsql:create-table [i3test] '(([a] (string 10))
        (sort 
        (mapcar 
         #'string-downcase
-        (clsql:list-table-indexes [i3test] :owner *test-database-user*))
+        (clsql:list-indexes :on [i3test] :owner *test-database-user*))
        #'string-lessp)
        (progn
         (clsql:drop-index [bar] :on [i3test])