r9196: remove bogus subtest
[clsql.git] / tests / test-fddl.lisp
index c8efdd5d17351d2caa08a16aa1b3a7cd8fa56d03..d047b3f807ab1a76a92c7d5a6cf0532caec80428 100644 (file)
         #'string-downcase
         (clsql:list-table-indexes [i3test] :owner *test-database-user*))
        #'string-lessp)
-       (sort (clsql:list-table-indexes [company] :owner *test-database-user*)
-            #'string-lessp)
        (progn
         (clsql:drop-index [bar] :on [i3test])
         (clsql:drop-index [foo] :on [i3test])
         (clsql:drop-table [i3test])
         t)))
-  t t t ("bar" "foo") nil t)
+  t t t ("bar" "foo") t)
 
 ;; create an sequence, test for existence, drop it and test again 
 (deftest :fddl/sequence/1