r8822: now passes some of the regression tests
[clsql.git] / usql-tests / test-init.lisp
index 67ad1e98bacb7266ff458854670c974a2c53ca30..3076a21d0d11ef4b469a5d9592f1c64476c83416 100644 (file)
@@ -13,7 +13,7 @@
 ;;;;
 ;;;; ======================================================================
 
-(in-package :clsql-usql-tests)
+(in-package #:clsql-usql-tests)
 
 (defvar *test-database-type* nil)
 (defvar *test-database-server* "")
                                        :groupid 1
                                        :married t 
                                        :height (1+ (random 1.00))
-                                       :birthday (usql:get-time)
+                                       :birthday (clsql-base:get-time)
                                        :first-name "Vladamir"
                                        :last-name "Lenin"
                                        :email "lenin@soviet.org"))
                                :groupid 1
                               :height (1+ (random 1.00))
                                :married t 
-                               :birthday (usql:get-time)
+                               :birthday (clsql-base:get-time)
                                :first-name "Josef"
                               :last-name "Stalin"
                               :email "stalin@soviet.org"))
                                :groupid 1
                               :height (1+ (random 1.00))
                                :married t 
-                               :birthday (usql:get-time)
+                               :birthday (clsql-base:get-time)
                                :first-name "Leon"
                               :last-name "Trotsky"
                               :email "trotsky@soviet.org"))
                                :groupid 1
                               :height (1+ (random 1.00))
                                :married nil
-                               :birthday (usql:get-time)
+                               :birthday (clsql-base:get-time)
                                :first-name "Nikita"
                               :last-name "Kruschev"
                               :email "kruschev@soviet.org"))
                                :groupid 1
                                :married nil
                               :height (1+ (random 1.00))
-                               :birthday (usql:get-time)
+                               :birthday (clsql-base:get-time)
                                :first-name "Leonid"
                               :last-name "Brezhnev"
                               :email "brezhnev@soviet.org"))
                                :groupid 1
                                :married nil
                               :height (1+ (random 1.00))
-                               :birthday (usql:get-time)
+                               :birthday (clsql-base:get-time)
                                :first-name "Yuri"
                               :last-name "Andropov"
                               :email "andropov@soviet.org"))
                                  :groupid 1
                                  :height (1+ (random 1.00))
                                  :married nil
-                                 :birthday (usql:get-time)
+                                 :birthday (clsql-base:get-time)
                                  :first-name "Konstantin"
                                  :last-name "Chernenko"
                                  :email "chernenko@soviet.org"))
                                  :groupid 1
                                  :height (1+ (random 1.00))
                                  :married nil
-                                 :birthday (usql:get-time)
+                                 :birthday (clsql-base:get-time)
                                  :first-name "Mikhail"
                                  :last-name "Gorbachev"
                                  :email "gorbachev@soviet.org"))
                                  :groupid 1 
                                  :married nil
                                  :height (1+ (random 1.00))
-                                 :birthday (usql:get-time)
+                                 :birthday (clsql-base:get-time)
                                  :first-name "Boris"
                                  :last-name "Yeltsin"
                                  :email "yeltsin@soviet.org"))
                                   :groupid 1
                                   :married nil
                                   :height (1+ (random 1.00))
-                                  :birthday (usql:get-time)
+                                  :birthday (clsql-base:get-time)
                                   :first-name "Vladamir"
                                   :last-name "Putin"
                                   :email "putin@soviet.org"))