r10490: 27 Apr 2005 Kevin Rosenberg <kevin@rosenberg.net>
[clsql.git] / tests / test-init.lisp
index b1a89341af6499018a7025cc7c4b0474519b1649..d77505476aed0fd3fee86f4a5c97e3629b95f98a 100644 (file)
                                   :height (1+ (random 1.00))
                                   :bd-utime *test-start-utime*
                                   :birthday now-time
-                                  :first-name "Vladamir"
+                                  :first-name "Vladimir"
                                   :last-name "Lenin"
                                   :email "lenin@soviet.org"
                                   :companyid 1)
                                    :height (1+ (random 1.00))
                                    :bd-utime *test-start-utime*
                                    :birthday now-time
-                                   :first-name "Vladamir"
+                                   :first-name "Vladimir"
                                    :last-name "Putin"
                                    :email "putin@soviet.org"
                                    :managerid 1
                                :fdml/select/21 :fdml/select/32 
                                 :fdml/select/33))
           (push (cons test "not supported by sqlite") skip-tests))
+         ((and (eql *test-database-type* :sqlite3)
+               (clsql-sys:in test :fddl/view/4 :fdml/select/10
+                             :fdml/select/21 :fdml/select/32 
+                             :fdml/select/33))
+          (push (cons test "not supported by sqlite3") skip-tests))
          ((and (not (clsql-sys:db-type-has-bigint? db-type))
                (clsql-sys:in test :basic/bigint/1))
           (push (cons test "bigint not supported") skip-tests))